# 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 = "2018" name = "sdkms" version = "0.5.0" authors = ["Fortanix, Inc."] description = """ API bindings for Fortanix DSM (a.k.a. Fortanix SDKMS) """ homepage = "https://fortanix.com/products/sdkms/" documentation = "https://docs.rs/sdkms" readme = "README.md" categories = ["api-bindings"] license = "MPL-2.0" repository = "https://github.com/fortanix/sdkms-client-rust" [dependencies.base64] version = "0.13" [dependencies.bitflags] version = "1.0" [dependencies.headers] version = "0.3.7" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple-hyper-client] version = "0.1.0" [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", ] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.url] version = "1.7" [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ] [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.rand] version = "0.6" [features] default = ["native-tls"] native-tls = [ "simple-hyper-client/native-tls", "tokio-native-tls", ]