# 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-free" version = "0.6.0" authors = ["Sven Lechner "] description = "A cargo subcommand to check if a given crate name is available." categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/SirWindfield/cargo-free" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.terminal-log-symbols] version = "0.1.6" [dependencies.terminal-spinners] version = "0.3.1" [dependencies.thiserror] version = "1.0.24" [dependencies.ureq] version = "1.5.4" features = ["tls"] default-features = false [features] default = ["json"] json = ["serde_json"]