simple_asn1 0.6.4

A simple DER/ASN.1 encoding/decoding library.
Documentation
# 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 = "2018"
name = "simple_asn1"
version = "0.6.4"
authors = ["Adam Wick <awick@uhsure.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple DER/ASN.1 encoding/decoding library."
readme = "README.md"
keywords = [
    "ASN1",
    "encoding",
    "DER",
]
categories = ["encoding"]
license = "ISC"
repository = "https://github.com/acw/simple_asn1"

[lib]
name = "simple_asn1"
path = "src/lib.rs"

[dependencies.num-bigint]
version = "0.4"
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "macros",
    "parsing",
]
default-features = false

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
    "parsing",
    "quickcheck",
]
default-features = false