# 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 = "nethsm-sdk-rs" version = "1.1.1" authors = ["Nitrokey "] exclude = [ "generator/*", "docs/*", ".openapi-generator/*", ".openapi-generator-ignore", "generator_conf.yaml", "update_openapi.sh", ] description = "Rust SDK to communicate with Nitrokey NetHSM" homepage = "https://www.nitrokey.com/products/nethsm" documentation = "https://docs.nitrokey.com/nethsm/" readme = "README.md" license = "MIT" repository = "https://github.com/Nitrokey/nethsm-sdk-rs" [dependencies.base64] version = "0.21" features = ["alloc"] default-features = false [dependencies.mime] version = "0.3" [dependencies.multipart] version = "0.18" features = ["client"] default-features = false [dependencies.serde] version = "^1.0" default-features = false [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" default-features = false [dependencies.ureq] version = "2" features = [ "json", "tls", ] default-features = false [dependencies.url] version = "^2.2" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.rustainers] version = "0.12.0" [dev-dependencies.rustls] version = "0.22.4" [dev-dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [dev-dependencies.ureq] version = "=2.9.7"