[package] name = "snoo" version = "0.0.4" authors = ["Sam M "] edition = "2018" license="MIT" readme="README.md" repository="https://github.com/pigeonhands/snoo-rs" description="Reddit client." keywords = ["reddit"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.10.4", features = ["json", "cookies"] } tokio = { version="0.2.21", features=["macros", "time"] } chrono = { version = "0.4.11", features=["serde"] } env_logger = "0.7.1" log = "0.4.0"