# 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 = "embedded-mbedtls" version = "0.1.1" authors = ["Fraunhofer IML Embedded Rust Group "] description = "no_std Rust wrapper for Mbed TLS" readme = "README.md" keywords = [ "tls", "dtls", "no_std", "embedded", "communication", ] categories = [ "cryptography", "network-programming", "embedded", "no-std", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/embedded-mbedtls" [dependencies.cty] version = "0.2.2" [dependencies.embedded-hal] version = "0.2" [dependencies.embedded-mbedtls-sys] version = "0.1.0" [dependencies.embedded-nal] version = "0.8.0" [dependencies.embedded-timers] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.nb] version = "1.1" [dependencies.num_enum] version = "0.7.2" default_features = false [dependencies.rand_core] version = "0.6.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.trybuild] version = "1.0.91" [features] alloc = []