# 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 = "bsn1" version = "3.0.0" authors = ["Yoshida Shin "] description = "Rust BER and DER serializer/deserializer." documentation = "https://docs.rs/bsn1/latest/bsn1/" readme = "README.md" keywords = [ "ASN1", "DER", "BER", "serialize", "X690", ] categories = ["encoding"] license = "GPL-3.0-only" repository = "https://github.com/wbcchsyn/rust-bsn1.git" [dependencies.anyhow] version = "1.0.81" [dependencies.num] version = "0.4.1"