# 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 = "seckey" version = "0.12.1" authors = ["quininer kel "] description = "Use `memsec` protected secret memory." documentation = "https://docs.rs/seckey/" readme = "README.md" keywords = [ "protection", "memory", "secure", ] categories = [ "no-std", "memory-management", ] license = "MIT" repository = "https://github.com/quininer/seckey" [dependencies.memsec] version = "0.6.0" default-features = false [features] default = ["use_os"] nightly = ["memsec/nightly"] use_os = [ "use_std", "memsec/alloc", "memsec/use_os", ] use_std = [] [badges.appveyor] repository = "quininer/seckey" [badges.travis-ci] repository = "quininer/seckey"