# 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 = "iron_planet" version = "0.2.2" authors = ["Cláudio Pereira "] exclude = ["/tests"] description = "Supernova platform client" homepage = "https://supernova.nunl.pt" keywords = ["Supernova", "service", "API", "client"] license = "AGPL-3.0" repository = "https://gitlab.com/nunl/supernova_client_rust" resolver = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.serde_repr] version = "0.1.7" [dependencies.sysinfo] version = "0.21.1" [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.3.0" features = ["json"]