File: Cargo.toml.orig

package info (click to toggle)
rust-text-size 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "text-size"
version = "1.1.1"
edition = "2018"

authors = [
    "Aleksey Kladov <aleksey.kladov@gmail.com>",
    "Christopher Durham (CAD97) <cad97@cad97.com>"
]
description = "Newtypes for text offsets"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/text-size"
documentation = "https://docs.rs/text-size"

[dependencies]
serde = { version = "1.0", optional = true, default_features = false }

[dev-dependencies]
serde_test = "1.0"
static_assertions = "1.1"

[[test]]
name = "serde"
path = "tests/serde.rs"
required-features = ["serde"]