# 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 = "xwt-cert-gen" version = "0.1.0" description = """ Certificate generation factilities, provided by and for xwt. Useful for generating certificate. Also usable without xwt. """ license = "MIT" repository = "https://github.com/MOZGIII/xwt" resolver = "2" [package.metadata.cargo-machete] ignored = ["sha2"] [dependencies.der] version = "0.7" features = ["alloc"] default-features = false [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.sha2] version = "0.10" features = ["oid"] default-features = false [dependencies.signature] version = "2.2" features = ["alloc"] default-features = false [dependencies.spki] version = "0.7" features = [ "alloc", "fingerprint", ] default-features = false [dependencies.thiserror] version = "1" [dependencies.x509-cert] version = "0.2" features = [ "pem", "builder", ] default-features = false [dev-dependencies.p256] version = "0.13" features = ["ecdsa"] [dev-dependencies.rand] version = "0.8"