flash-lso 0.7.0

Fast and safe SOL/AMF0/AMF3 parsing. Supports serde, Adobe flex and cyclic references
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 = "flash-lso"
version = "0.7.0"
authors = ["CUB3D <callumthom11@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and safe SOL/AMF0/AMF3 parsing. Supports serde, Adobe flex and cyclic references"
readme = "README.md"
keywords = [
    "sol",
    "amf",
    "parser",
    "serializer",
    "flash",
]
categories = [
    "data-structures",
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/ruffle-rs/rust-flash-lso"

[features]
all = [
    "serde",
    "flex",
]
amf3 = []
default = ["amf3"]
flex = []
serde = [
    "dep:serde",
    "enumset/serde",
]

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

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

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

[dependencies.enumset]
version = "=1.1.14"

[dependencies.nom]
version = "=8.0.0"

[dependencies.serde]
version = "=1.0.229"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.thiserror]
version = "=2.0.20"

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]