# 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.3" authors = ["Fortanix Inc."] exclude = [ ".gitignore", ".travis.yml", "bors.toml", "CODE_OF_CONDUCT.md", ] 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_" [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"