# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-cryptoauthlib" version = "0.4.5" authors = ["Robert Drazkowski ", "Michal Protasowicki ", "Krzysztof Bembnista ", "Artur Kazimierski ", "Tomasz Pawelec "] description = "Rust wrappers for CryptoAuthentication Library bindings." readme = "README.md" keywords = ["cryptoauthlib", "crypto", "cryptography"] categories = ["cryptography", "hardware-support"] license = "Apache-2.0" repository = "https://github.com/PelionIoT/rust-cryptoauthlib/" [dependencies.cryptoauthlib-sys] version = "0.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" features = ["serde"] [dependencies.rand] version = "0.8.0" [dependencies.strum_macros] version = "0.21.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.toml] version = "0.5.8" [features] default = ["hardware-backend"] hardware-backend = [] software-backend = []