# 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 = "supernova" version = "0.5.0" 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.async-trait] version = "0.1.53" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.9.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" [dev-dependencies.tokio] version = "1.18" features = ["macros"]