# 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 = "twapi" version = "0.7.0" authors = ["aoyagikouhei "] description = "A simple Twitter library. This is easy for customize." documentation = "https://docs.rs/twapi" readme = "Readme.md" keywords = ["twitter", "oauth"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/aoyagikouhei/twapi-rs" [dependencies.async-trait] version = "~0.1.48" [dependencies.base64] version = "~0.13.0" [dependencies.ipnetwork] version = "~0.17.0" optional = true [dependencies.serde_json] version = "^1.0" [dependencies.serde_urlencoded] version = "~0.7.0" [dependencies.tokio] version = "^1" features = ["time"] [dependencies.twapi-reqwest] version = "^0.2" [dependencies.url] version = "~2.2.1" [features] account-activity = ["ipnetwork"]