# 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.76.0" name = "rvpacker-txt-rs-lib" version = "3.0.6" authors = ["savannstm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library providing functions for rvpacker-txt-rs." documentation = "https://docs.rs/rvpacker-txt-rs-lib" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/savannstm/rvpacker-txt-rs-lib" [lib] name = "rvpacker_txt_rs_lib" path = "src/lib.rs" [dependencies.encoding_rs] version = "0.8.35" [dependencies.fastrand] version = "2.2.0" [dependencies.flate2] version = "1.0.35" [dependencies.indexmap] version = "2.7.0" [dependencies.log] version = "0.4.22" optional = true [dependencies.marshal-rs] version = "0.3.2" features = ["sonic"] [dependencies.once_cell] version = "1.20.2" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" optional = true [dependencies.sonic-rs] version = "0.3.16" [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] [features] log = ["dep:log"] serde = ["dep:serde"]