# 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 = "cylinder" version = "0.3.1" authors = [ "Bitwise IO, Inc.", "Cargill Incorporated", "Intel Corporation", ] include = [ "src/**/*.rs", "test/**/*.rs", "Cargo.toml", ] description = """ Cylinder is a high-level cryptographic signing library. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/splintercommunity/cylinder" [package.metadata.docs.rs] features = [ "stable", "experimental", ] [dependencies.base64] version = "0.20" optional = true [dependencies.dirs] version = "5" optional = true [dependencies.json] version = "0.12" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.28" [dependencies.sha2] version = "0.10" [dependencies.whoami] version = "1" optional = true [dev-dependencies.serial_test] version = "2" [dev-dependencies.tempfile] version = "3" [features] default = [] experimental = [ "stable", "hash", ] hash = [] jwt = [ "json", "base64", ] key-load = [ "dirs", "log", "whoami", ] pem = ["openssl"] stable = [ "default", "jwt", "key-load", "pem", ]