webbuf_aescbc 0.15.0

WebBuf AES-CBC library
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 = "webbuf_aescbc"
version = "0.15.0"
authors = ["Identellica LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebBuf AES-CBC library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/identellica/webbuf"

[features]
wasm = ["wasm-bindgen"]

[lib]
name = "webbuf_aescbc"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.aes]
version = "0.8.4"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.serde]
version = "1.0.213"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.132"