# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-no-std-check" version = "0.1.3" authors = ["Nika Layzell "] description = "Check that a crate builds without std" readme = "README.md" keywords = ["cli", "std", "no-std"] categories = ["command-line-utilities", "development-tools", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/mystor/cargo-no-std-check" [dependencies.anyhow] version = "1.0.38" [dependencies.console] version = "0.14.0" [dependencies.indicatif] version = "0.15.0" [dependencies.rustc_version] version = "0.3.3" [dependencies.shell-escape] version = "0.1.5" [dependencies.tempdir] version = "0.3.7" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.assert_cmd] version = "1.0.2" [dev-dependencies.predicates] version = "1.0.7"