# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsa-export" version = "0.3.3" authors = ["Glitch "] description = "Export keys generated by the \"rsa\" crate into the PKCS#1 or PKCS#8 format" readme = "./README.md" license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/smallglitch/rsa-export" [package.metadata.docs.rs] all-features = true [[example]] name = "pem" required-features = ["pem"] [[example]] name = "pem_custom_line_ending" required-features = ["pem"] [dependencies.num-bigint-dig] version = "0.6" default-features = false [dependencies.pem] version = "0.8" optional = true [dependencies.rsa] version = "0.3" [dependencies.simple_asn1] version = "0.5" [dev-dependencies.rand] version = "0.7" [features] default = ["pem"]