# 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 = "sentc-crypto-full" version = "0.10.0" authors = [ "Sentclose ", "Jörn Heinemann ", ] include = [ "Cargo.toml", "../LICENSE", "src/**/*", ] description = "The network implementation for the sentc sdk." homepage = "https://sentc.com/" documentation = "https://sentc.com/" license-file = "LICENSE" repository = "https://github.com/sentclose/sentc" resolver = "1" [dependencies.sentc-crypto] version = "0.10.0" default-features = false [dependencies.sentc-crypto-common] version = "0.10.0" [dependencies.sentc-crypto-utils] version = "0.10.0" features = ["crypto_full"] [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0.81" features = ["alloc"] default-features = false [features] default = [ "sentc-crypto/default", "rustls", ] rust = ["sentc-crypto/rust"] rustls = ["sentc-crypto-utils/rustls"] wasm = ["sentc-crypto-utils/wasm"]