amf-rs 0.1.0

🦀 Rust implementation of Action Message Format (AMF) protocol.
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 = "2024"
name = "amf-rs"
version = "0.1.0"
authors = ["ubizhang@hotmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 Rust implementation of Action Message Format (AMF) protocol."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/F2077/amf-rs"

[features]
bench = []
default = []

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

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

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

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

[dependencies.indexmap]
version = "2.10.0"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.itertools]
version = "0.10.5"

[dev-dependencies.once_cell]
version = "1.21.3"

[dev-dependencies.regex]
version = "1.11.1"