# 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 = "happi" version = "0.0.6" authors = ["Orion Kindel "] description = "Automatic & type-safe API clients - provide the interface and i will happily do the rest :)" homepage = "https://github.com/cakekindel/happi-rs" readme = "README.md" keywords = ["web", "client", "http", "impl"] categories = ["api-bindings", "web-programming", "accessibility"] license = "MIT OR Apache-2.0" repository = "https://github.com/cakekindel/happi-rs" [dependencies.futures] version = "0.3" features = ["executor"] [dependencies.happi-derive] version = ">=0" [dependencies.hyper] version = "0.14.9" features = ["client", "tcp", "http1", "http2"] [dependencies.serde_json] version = "1" [dev-dependencies.mockito] version = "0.30" [dev-dependencies.tokio-test] version = "0.4" [badges.maintenance] status = "actively-developed"