# 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.9.4"
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"

[dependencies.byteorder]
version = "1.5"

[dependencies.cbc]
version = "0.1"

[dependencies.crypto]
version = "0.5"

[dependencies.des]
version = "0.8"

[dependencies.hmac]
version = "0.12"

[dependencies.num-bigint-dig]
version = "0.8"
features = ["rand"]

[dependencies.oid]
version = "0.2"

[dependencies.pbkdf2]
version = "0.12"
features = ["sha1"]

[dependencies.picky-asn1]
version = "0.10"

[dependencies.picky-asn1-der]
version = "0.5"

[dependencies.picky-asn1-x509]
version = "0.14"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.uuid]
version = "1.10"
features = ["serde"]
default-features = false