# 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 = "yuto51942-servant" version = "1.1.3" authors = ["Yuto Watanabe "] exclude = [".github/*"] include = ["**/*.rs", "Cargo.toml"] description = "Utilities cli." readme = "README.md" license = "MIT" repository = "https://github.com/yuto51942/servant" resolver = "2" [[bin]] name = "sv" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.6.0" [dependencies.csv] version = "1.1.6" [dependencies.emojis] version = "0.1.2" [dependencies.reqwest] version = "0.11.6" features = ["blocking", "json"] [dependencies.rustc-serialize] version = "0.3.24" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.structopt] version = "0.3.23" [dependencies.termion] version = "1.1.1" [dependencies.tui] version = "0.16.0" [dependencies.whois] version = "0.1.0"