# 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 = "rsreddit" version = "0.1.3" authors = ["Hyde46 "] description = "Lightweight Reddit API wrapper" readme = "README.md" keywords = ["reddit", "api"] license = "MIT OR Apache-2.0" repository = "https://github.com/Hyde46/reddit_api_rs" [lib] name = "rsreddit" path = "src/lib.rs" [[bin]] name = "rsreddit_bin" path = "src/bin.rs" [dependencies.curl] version = "0.4.29" [dependencies.dotenv] version = "0.13.0" [dependencies.env_logger] version = "0.6.0" [dependencies.failure] version = "0.1" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiny_http] version = "0.7" [dependencies.webbrowser] version = "0.5.2" [dev-dependencies.tokio] version = "0.2" features = ["full"]