# 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" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for working with rustup toolchains, primarily from cargo test:s." homepage = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustup-toolchain" documentation = "https://docs.rs/rustup-toolchain" readme = "README.md" keywords = [ "toolchain", "rustup", ] license = "MIT" repository = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustup-toolchain" [lib] name = "rustup_toolchain" path = "src/lib.rs" [[test]] name = "rustup-toolchain-lib-tests" path = "tests/rustup-toolchain-lib-tests.rs" [dependencies.thiserror] version = "1.0.65" [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.public-api] version = "0.40.0" [dev-dependencies.rustdoc-json] version = "0.9.2"