# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "flash-lso" version = "0.5.0" authors = ["CUB3D "] 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/CUB3D/rust-sol" [[bench]] name = "benchmarks" harness = false [dependencies.cookie-factory] version = "0.3.1" [dependencies.derive-try-from-primitive] version = "1.0.0" [dependencies.enumset] version = "1.0.0" features = ["serde"] [dependencies.nom] version = "6.0.1" [dependencies.serde] version = "1" features = ["derive", "rc"] optional = true [dependencies.thiserror] version = "1.0.22" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde_json] version = "1.0.59" [features] all = ["serde", "flex"] default = [] flex = []