# 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 = "mikrus-cli" version = "0.1.1" authors = ["firesz25 "] description = "cli client for mikr.us api" homepage = "https://github.com/Firesz25/mikrus-cli" readme = "README.md" keywords = [ "cli", "mikrus", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Firesz25/mikrus-cli" resolver = "2" [[bin]] name = "mikrus" path = "src/main.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.reqwest] version = "0.11.11" [dependencies.ron] version = "0.7.1" [dependencies.serde] version = "1.0.140" [dependencies.tokio] version = "1.20.1" features = ["full"] [features]