# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ampapi" version = "0.1.6" description = "An API that allows you to communicate with AMP installations from within Rust" homepage = "https://github.com/p0t4t0sandwich/ampapi-rust#readme" readme = "README.md" keywords = [ "amp", "api", "rust", ] categories = ["api-clients"] license = "GPL-3.0" repository = "https://github.com/p0t4t0sandwich/ampapi-rust" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_repr] version = "0.1.16"