# 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 = "tccldcli" version = "0.3.0" description = "A tool for tc cld" license = "GPL-1.0-only" resolver = "2" [profile.minsize] opt-level = "z" inherits = "release" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 panic = "abort" strip = true [[bin]] name = "tcloud" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.17" features = ["cargo"] [dependencies.dirs] version = "4.0.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", "rustls", "rustls-tls", ] default-features = false [dependencies.rust-crypto] version = "0.2.36" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde_json] version = "1.0.81" [dependencies.toml] version = "0.5.9"