pkix 0.2.6

TLS Certificate encoding and decoding helpers.
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]
name = "pkix"
version = "0.2.6"
authors = ["Fortanix Inc."]
build = false
exclude = [
    ".gitignore",
    ".travis.yml",
    "bors.toml",
    "CODE_OF_CONDUCT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TLS Certificate encoding and decoding helpers."
readme = "README.md"
keywords = ["certificate-handling"]
categories = ["cryptography"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/pkix"

[package.metadata.release]
tag-prefix = "pkix_"

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

[[example]]
name = "fakecert"
path = "examples/fakecert.rs"

[[example]]
name = "fakecsr"
path = "examples/fakecsr.rs"

[[example]]
name = "parsecert"
path = "examples/parsecert.rs"

[[test]]
name = "fakes"
path = "tests/fakes.rs"

[[test]]
name = "usa_gov"
path = "tests/usa_gov.rs"

[dependencies.b64-ct]
version = "0.1.1"

[dependencies.bit-vec]
version = "0.6"

[dependencies.bitflags]
version = "1.3.2"

[dependencies.chrono]
version = "0.4.23"

[dependencies.lazy_static]
version = "1"

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

[dependencies.num-integer]
version = "0.1"
default-features = false

[dependencies.yasna]
version = "0.3"
features = [
    "num-bigint",
    "bit-vec",
]

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