codas 0.6.0

Markdown-defined data that serialize to and from bytes on any platform—from web apps to robots!
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 = "codas"
version = "0.6.0"
authors = ["With Caer, LLC <with@caer.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-defined data that serialize to and from bytes on any platform—from web apps to robots!"
homepage = "https://www.codas.dev"
readme = "README.md"
keywords = [
    "codas",
    "encoding",
    "markdown",
    "protocol",
    "serialization",
]
categories = [
    "encoding",
    "network-programming",
    "no-std",
]
license = "MIT"
repository = "https://github.com/withcaer/codas"

[package.metadata.release]
release = true

[package.metadata.docs.rs]
all-features = true

[features]
langs = ["dep:indoc"]
langs-open-api = ["langs"]
langs-python = ["langs"]
langs-rust = ["langs"]
langs-sql = ["langs"]
langs-typescript = ["langs"]
parse = ["dep:logos"]
serde = ["dep:serde"]
std = []

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

[[test]]
name = "codec"
path = "tests/codec.rs"

[[bench]]
name = "codecs"
path = "benches/codecs.rs"
harness = false

[[bench]]
name = "prost_boat"
path = "benches/prost_boat.rs"

[dependencies.argon2]
version = "0.5.3"
features = ["alloc"]
default-features = false

[dependencies.blake3]
version = "1.3.3"

[dependencies.chacha20poly1305]
version = "0.10.1"
features = [
    "rand_core",
    "alloc",
]
default-features = false

[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["rand_core"]

[dependencies.indoc]
version = "2.0.5"
optional = true

[dependencies.logos]
version = "0.13.0"
features = ["export_derive"]
optional = true
default-features = false

[dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]

[dependencies.serde]
version = "1.0.218"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.snafu]
version = "0.8.2"
default-features = false

[dev-dependencies.criterion]
version = "0.5.1"
features = [
    "async_tokio",
    "html_reports",
]

[dev-dependencies.pretty_assertions]
version = "1.4.0"
features = ["alloc"]
default-features = false

[dev-dependencies.prost]
version = "0.13.4"

[dev-dependencies.snafu]
version = "0.8.2"
features = [
    "backtrace",
    "backtraces-impl-backtrace-crate",
]
default-features = false