# 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 = "myanimelist-rs" version = "0.1.0" authors = ["Jonathan Chapple "] description = "An (unofficial) typesafe wrapper around the official MyAnimeList v2 API" homepage = "https://gitlab.com/joncppl/myanimelist-rs" documentation = "https://docs.rs/myanimelist-rs" readme = "README.md" keywords = ["anime", "myanimelist", "mal", "manga", "api"] license = "MIT" repository = "https://gitlab.com/joncppl/myanimelist-rs" [[bin]] name = "auth" path = "examples/auth.rs" [[bin]] name = "sync" path = "examples/sync.rs" [dependencies.httparse] version = "^1.3.4" [dependencies.rand] version = "^0.7.3" [dependencies.regex] version = "^1.3.9" [dependencies.reqwest] version = "^0.10.6" features = ["blocking"] [dependencies.serde] version = "^1.0.114" features = ["derive"] [dependencies.serde_json] version = "^1.0.56" [dependencies.serde_urlencoded] version = "^0.6.1" [dependencies.strum] version = "^0.18.0" [dependencies.strum_macros] version = "^0.18.0" [dependencies.time] version = "^0.2.16" [dependencies.url] version = "^2.1.1" [target."cfg(windows)".dependencies.winapi] version = "^0.3.9" features = ["shellapi"]