sfdl 0.2.17

Parse, encrypt and decrypt SFDL container files
Documentation
# 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 = "sfdl"
version = "0.2.17"
authors = ["Mark Hähnel <hello@markhaehnel.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse, encrypt and decrypt SFDL container files"
readme = "README.md"
keywords = [
    "sfdl",
    "parse",
    "decrypt",
    "encrypt",
]
categories = [
    "parsing",
    "cryptography",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/markhaehnel/sfdl.git"

[lib]
name = "sfdl"
path = "src/lib.rs"

[[example]]
name = "decrypt"
path = "examples/decrypt.rs"

[[example]]
name = "encrypt"
path = "examples/encrypt.rs"

[dependencies.aes]
version = "0.9.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.cbc]
version = "0.2.0"

[dependencies.cipher]
version = "0.5.1"
features = [
    "block-padding",
    "alloc",
]

[dependencies.md5]
version = "0.8.0"

[dependencies.quick-xml]
version = "0.39.3"
features = ["serialize"]

[dependencies.rand]
version = "0.10.1"

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

[dependencies.thiserror]
version = "2.0.18"