# 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.63.0" name = "marshal-rs" version = "0.3.2" authors = ["savannstm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazingly fast Ruby-lang's Marshal implementation in Rust." documentation = "https://docs.rs/marshal-rs/" readme = "README.md" keywords = [ "marshal", "ruby", "serialize", "deserialize", ] license-file = "LICENSE.md" repository = "https://github.com/savannstm/marshal-rs" [lib] name = "marshal_rs" path = "src/lib.rs" [[example]] name = "complex" path = "examples/complex.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "dump" path = "tests/dump.rs" [[test]] name = "load" path = "tests/load.rs" [dependencies.encoding_rs] version = "0.8.35" [dependencies.num-bigint] version = "0.4.6" [dependencies.serde_json] version = "1.0.132" features = ["preserve_order"] optional = true [dependencies.sonic-rs] version = "0.3.14" optional = true [dev-dependencies.rayon] version = "1.10.0" [features] default = ["dep:serde_json"] sonic = ["dep:sonic-rs"]