[package] name = "sakuin" version = "0.1.0" authors = ["Alex Nørgaard "] license = "MIT" description = "An API wrapper around the [MangaDex](API), aiming for 100% coverage." repository = "https://github.com/AbstractUmbra/Sakuin" keywords = ["manga", "mangadex"] categories = ["api-bindings"] readme = "README.md" edition = "2018" include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.19", features = ["serde"] } log = "0.4.14" reqwest = { version = "0.11.3", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" thiserror = "1.0.25" tokio = { version = "1.6.0", features = ["full"] } url = "2.2.2" uuid = { version = "0.8.2", features = ["serde"] }