"Fossies" - the Fresh Open Source Software Archive 
Member "rustc-1.72.1-src/src/librustdoc/Cargo.toml" (13 Sep 2023, 799 Bytes) of package /linux/misc/rustc-1.72.1-src.tar.xz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TOML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "Cargo.toml":
1.69.0_vs_1.70.0.
1 [package]
2 name = "rustdoc"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 path = "lib.rs"
8
9 [dependencies]
10 arrayvec = { version = "0.7", default-features = false }
11 askama = { version = "0.12", default-features = false, features = ["config"] }
12 itertools = "0.10.1"
13 minifier = "0.2.2"
14 once_cell = "1.10.0"
15 regex = "1"
16 rustdoc-json-types = { path = "../rustdoc-json-types" }
17 serde_json = "1.0"
18 serde = { version = "1.0", features = ["derive"] }
19 smallvec = "1.8.1"
20 tempfile = "3"
21 tracing = "0.1"
22 tracing-tree = "0.2.0"
23 threadpool = "1.8.1"
24
25 [dependencies.tracing-subscriber]
26 version = "0.3.3"
27 default-features = false
28 features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"]
29
30 [dev-dependencies]
31 expect-test = "1.4.0"
32
33 [features]
34 jemalloc = []
35
36 [package.metadata.rust-analyzer]
37 rustc_private = true