[package] name = "crates-api" authors = ["Sebastian Garrido "] version = "0.1.0" description = "Call crates.io API from rust" keywords = ["crates", "api"] documentation = "https://github.com/sebasgarcep/crates-api/tree/master/docs" homepage = "https://github.com/sebasgarcep/crates-api" repository = "https://github.com/sebasgarcep/crates-api" readme = "README.md" license = "MIT" exclude = [ "tests/**/*", "docs/**/*", ] [[bin]] name = "check" path = "examples/check.rs" [dependencies] hyper = "0.9.14" serde = "0.8.21" serde_derive = "0.8.21" serde_json = "0.8.4"