# 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-jfrog-dl-spec" version = "1.2.1" authors = ["Andris Ļaksa (linkedin.com/in/andris-laksa)"] description = "A cargo subcommand that based on a Cargo.lock file generates JFrog CLI spec file to download crates from a private registry." readme = "README.md" keywords = ["jfrog", "artifactory", "plugins", "cargo", "subcommand"] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/lks128/cargo-jfrog-dl-spec" resolver = "2" [dependencies.cargo] version = "0.59.0" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tempfile] version = "3.3.0"