# 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_serde" version = "0.2.0" authors = ["Yoshida Shin "] description = "Provides derive macros for bsn1." documentation = "https://docs.rs/bsn1_serde/latest/bsn1_serde/" readme = "README.md" keywords = [ "ASN1", "DER", "BER", "serialize", "X690", ] categories = ["encoding"] license = "GPL-3.0-only" repository = "https://github.com/wbcchsyn/rust-bsn1.git" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.bsn1] version = "3.0.0" [dependencies.bsn1_serde_macros] version = "0.2.0" [dev-dependencies.trybuild] version = "1.0.85"