# 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" name = "cargo-index-transit" version = "0.1.1" description = "A package for common types for Cargo index interactions, and conversion between them." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/cargo-index-transit.git" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.semver] version = "1.0.16" features = ["serde"] [dependencies.serde] version = "1.0.152" features = [ "derive", "rc", ] [dev-dependencies.cargo] version = "0.70" [dev-dependencies.crates-index] version = "2.5" [dev-dependencies.crates-io] version = "0.35" [dev-dependencies.crossbeam-channel] version = "0.3.9" [dev-dependencies.flate2] version = "1.0.25" [dev-dependencies.hkdf] version = "0.12.3" [dev-dependencies.openssl] version = "0.10.38" [dev-dependencies.p384] version = "0.11.2" [dev-dependencies.pkg-config] version = "0.3.16" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tar] version = "0.4.38" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.toml_edit] version = "0.19" features = ["serde"]