# 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 = "rustup-toolchain-manifest" version = "0.2.2" authors = ["Francis Russell "] description = "Parses the Rust toolchain manifest" readme = "README.md" keywords = [ "toolchain", "manifest", ] license = "BSD-3-Clause" repository = "https://github.com/FrancisRussell/rustup-toolchain-manifest.git" [dependencies.basic-toml] version = "0.1.0" [dependencies.chrono] version = "0.4.23" features = ["serde"] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.target-lexicon] version = "0.12.5" features = ["std"] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.clap] version = "4.0.26" features = ["derive"] [dev-dependencies.reqwest] version = "0.11.14" features = ["blocking"]