# 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 = "linux-kcapi" version = "0.1.1" authors = ["Julien Kowalski "] description = "Tools for using crypto operation from the linux kernel" readme = "Readme.md" categories = [ "cryptography", "os::unix-apis", ] license = "ISC" repository = "https://github.com/jkowalsk/linux-kcapi" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" [dependencies.rand_core] version = "0.6" features = ["alloc"] optional = true default-features = false [dev-dependencies.env_logger] version = "0.10" [features] default = ["rand_trait"] rand_trait = ["rand_core"]