# 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 = "topk8" version = "0.0.1" authors = ["kazk "] description = "Convert private keys to PKCS#8 format in pure Rust" homepage = "https://github.com/kazk/topk8" readme = "README.md" keywords = ["pkcs8", "pem"] license = "Apache-2.0" repository = "https://github.com/kazk/topk8" resolver = "2" [dependencies.pkcs8] version = "0.8.0" features = ["alloc", "pem", "std"] [dependencies.rsa] version = "0.5.0" features = ["alloc", "pem", "std"] [dependencies.sec1] version = "0.2.1" features = ["alloc", "pkcs8", "pem", "std"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.indoc] version = "1.0.3"