# 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 = "talenta" version = "0.5.0" authors = ["el7cosmos "] exclude = [".github/*"] description = "Talenta CLI" homepage = "https://crates.io/crates/talenta" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/el7cosmos/talenta" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.confy] version = "0.4" [dependencies.dialoguer] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.test-case] version = "1.1"