# 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" name = "peppi" version = "2.0.1" authors = ["melkor "] exclude = [ "benches", "tests", ] description = "Parser for Slippi replay files" readme = "README.md" license = "MIT" repository = "https://github.com/hohav/peppi" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false overflow-checks = false incremental = false [lib] name = "peppi" path = "src/lib.rs" [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [[bench]] name = "iai" path = "benches/iai.rs" bench = false harness = false [dependencies.arrow2] version = "0.17" features = [ "io_ipc", "io_ipc_compression", "io_json", ] [dependencies.byteorder] version = "1" [dependencies.encoding_rs] version = "0.8" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dev-dependencies.arrow2] version = "0.17" features = ["io_json"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.iai-callgrind] version = "0.10" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.ssbm-data] version = "0.1"