# 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 = "ornithology-cli" version = "0.1.1" description = "A tool that parses your Twitter archive and highlights interesting data from it." categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/ornithology" resolver = "2" [[bin]] name = "ornithology" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.5" features = ["http2"] [dependencies.clap] version = "3" features = ["derive"] [dependencies.futures-util] version = "0.3" [dependencies.indicatif] version = "0.16" [dependencies.oauth2] version = "4.2" [dependencies.open] version = "3" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.time] version = "0.3" features = [ "serde", "serde-well-known", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4" features = [ "limit", "retry", ] [dependencies.url] version = "2" [dependencies.zip] version = "0.6"