1 | [package] |
2 | name = "inventory" |
3 | version = "0.3.20" |
4 | authors = ["David Tolnay <dtolnay@gmail.com>" ] |
5 | categories = ["development-tools::build-utils" , "development-tools::procedural-macro-helpers" , "no-std" , "no-std::no-alloc" ] |
6 | description = "Typed distributed plugin registration" |
7 | documentation = "https://docs.rs/inventory" |
8 | edition = "2021" |
9 | keywords = ["linkage" ] |
10 | license = "MIT OR Apache-2.0" |
11 | repository = "https://github.com/dtolnay/inventory" |
12 | rust-version = "1.62" |
13 | |
14 | [target.'cfg(target_family = "wasm")'.dependencies] |
15 | rustversion = "1.0" |
16 | |
17 | [dev-dependencies] |
18 | rustversion = "1.0" |
19 | trybuild = { version = "1.0.89" , features = ["diff" ] } |
20 | |
21 | [package.metadata.docs.rs] |
22 | targets = ["x86_64-unknown-linux-gnu" ] |
23 | rustdoc-args = [ |
24 | "--generate-link-to-definition" , |
25 | "--extern-html-root-url=core=https://doc.rust-lang.org" , |
26 | "--extern-html-root-url=alloc=https://doc.rust-lang.org" , |
27 | "--extern-html-root-url=std=https://doc.rust-lang.org" , |
28 | ] |
29 | |