# 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 = "dnapi-rs" version = "0.2.3" description = "A rust client for the Defined Networking API" homepage = "https://git.e3t.cc/~core/trifid" documentation = "https://docs.rs/dnapi-rs" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://git.e3t.cc/~core/trifid" [dependencies.base64] version = "0.21" [dependencies.base64-serde] version = "0.7" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.trifid-pki] version = "0.1" features = ["serde_derive"] [dependencies.url] version = "2.3"