# 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 = "windows-ctl" version = "0.1.2" description = "A crate for parsing Windows Certificate Trust Lists" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/trailofbits/windows-ctl" [dependencies.der] version = "0.7.1" features = [ "std", "derive", "oid", ] [dependencies.hex] version = "0.4" optional = true [dependencies.itertools] version = "0.11" [dependencies.pkcs7] version = "0.4.0-pre.1" [dependencies.serde] version = "1.0" optional = true [dependencies.spki] version = "0.7.0" [dependencies.thiserror] version = "1.0" [dependencies.x509-cert] version = "0.2.0-pre.0" [features] serde = [ "dep:serde", "dep:hex", ]