# 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 = "kenall-rs" version = "0.1.3" authors = ["chansuke "] description = "A commandline tool for Kenall" homepage = "https://kenall.jp/" documentation = "https://www.notion.so/API-47ab1a425d9e48aaad5b34b4f703c718" keywords = ["kenall", "cli", "api"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/chansuke/kenall-rs" [[bin]] name = "kenall-rs" path = "src/main.rs" bench = false [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.38" [dependencies.assert_cmd] version = "1.0.3" [dependencies.cli-table] version = "0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.predicates] version = "1" [dependencies.pretty_assertions] version = "0.6.1" [dependencies.reqwest] version = "0.11.0" features = ["blocking", "json"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1" features = ["full"]