# 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 = "cyl" version = "0.3.1" authors = [ "Bitwise IO, Inc.", "Cargill Incorporated", ] include = [ "src/**/*.rs", "Cargo.toml", ] description = """ Cyl is a high-level cryptographic signing CLI tool. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/splintercommunity/cylinder" [package.metadata.docs.rs] features = [ "stable", "experimental", ] [dependencies.clap] version = "4" features = ["derive"] [dependencies.cylinder] version = "=0.3.1" features = [ "jwt", "key-load", ] [dependencies.dirs] version = "5" [dependencies.flexi_logger] version = "0.27" [dependencies.log] version = "0.4" [features] default = [] experimental = ["stable"] stable = ["default"]