# 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 = "rtwi" version = "0.2.0" authors = ["earlgray"] description = "Twitter Command Line Tool for people who hope real twitter" readme = "README.md" keywords = ["cli", "twitter"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/earlgray283/rtwi" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.dotenv] version = "0.15.0" [dependencies.hmac-sha1] version = "0.1.3" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8"