# 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 = "sec1_decode" version = "0.1.0" authors = ["Andrew Ealovega "] description = "Crate for parsing EcPrivateKey structures as defined in SEC1 section C4 from both PEM and DER encodings." homepage = "https://github.com/andyblarblar/sec1_decode" documentation = "https://docs.rs/crate/sec1_decode/" readme = "README.md" keywords = ["SEC1", "der", "pem", "ecc"] categories = ["cryptography", "encoding"] license = "Apache-2.0 OR MIT" repository = "https://github.com/andyblarblar/sec1_decode" [dependencies.der] version = "0.4.1" features = ["derive", "oid"] [dependencies.pem] version = "0.8.3" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.hex] version = "0.4.3"