# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "cargo-util-schemas" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deserialization schemas for Cargo" homepage = "https://github.com/rust-lang/cargo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" [lib] name = "cargo_util_schemas" path = "src/lib.rs" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-untagged] version = "0.1.6" [dependencies.serde-value] version = "0.7.0" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.unicode-xid] version = "0.2.4" [dependencies.url] version = "2.5.2" [dev-dependencies.snapbox] version = "0.6.18" features = [ "diff", "dir", "term-svg", "regex", "json", ] [lints.clippy] dbg_macro = "warn" disallowed_methods = "warn" print_stderr = "warn" print_stdout = "warn" self_named_module_files = "warn" [lints.clippy.all] level = "allow" priority = -1 [lints.rust] rust_2018_idioms = "warn" [lints.rustdoc] private_intra_doc_links = "allow"