# 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.60" name = "picky-krb" version = "0.8.0" authors = ["Devolutions Inc."] include = [ "src/**/*", "README.md", "CHANGELOG.md", "LICENSE-*", ] description = "Encode/decode Kerberos ASN.1 DER structs" readme = "README.md" keywords = [ "kerberos", "asn1", "parse", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/picky-rs" [dependencies.aes] version = "0.8.3" [dependencies.byteorder] version = "1.4.3" [dependencies.cbc] version = "0.1.2" [dependencies.crypto] version = "0.5.1" [dependencies.des] version = "0.8.1" [dependencies.hmac] version = "0.12.1" [dependencies.num-bigint-dig] version = "0.8.4" features = ["rand"] [dependencies.oid] version = "0.2.1" [dependencies.pbkdf2] version = "0.12" features = ["sha1"] [dependencies.picky-asn1] version = "0.8" [dependencies.picky-asn1-der] version = "0.4" [dependencies.picky-asn1-x509] version = "0.12" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.sha1] version = "0.10.5" [dependencies.thiserror] version = "1.0.47" [dependencies.uuid] version = "1.4.1" features = ["serde"] default-features = false