# 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" rust-version = "1.65" name = "ct-sct" version = "0.1.0" authors = ["Raminder Singh"] description = """ A crate to encode or decode Signed Certificate Timestamps (SCTs) extension in X.509 certificates. """ readme = "README.md" keywords = [ "crypto", "x509", ] categories = [ "cryptography", "data-structures", "encoding", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/imor/ct-sct" [dependencies.const-oid] version = "0.9.2" features = ["db"] [dependencies.der] version = "0.7.6" features = ["alloc"] [dependencies.x509-cert] version = "0.2"