# 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" rust-version = "1.79" name = "muesli" version = "0.0.2" authors = ["vvvince "] build = false exclude = [ ".envrc", "devenv.*", ".github/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "healthy implementation of PHP's serialization and session formats in Rust" readme = "README.md" keywords = [ "serialization", "parser", "php", ] license = "MIT" repository = "https://github.com/vvvinceocam/muesli" [lib] name = "muesli" path = "src/lib.rs" [[example]] name = "session_encode" path = "examples/session_encode.rs" [[test]] name = "fuzzing" path = "tests/fuzzing.rs" [[test]] name = "two_way_ser_de" path = "tests/two_way_ser_de.rs" [[bench]] name = "session" path = "benches/session.rs" harness = false [dependencies.winnow] version = "0.6.18" features = ["simd"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0"