# 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 = "bdat" version = "0.5.0" authors = ["RoccoDev "] exclude = [ "/.vscode", "/.github", ] description = "(De)serialization library for Monolithsoft's BDAT file format" readme = "README.md" keywords = [ "bdat", "xenoblade", "monolithsoft", "switch", "nintendo", ] categories = [ "parsing", "parser-implementations", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RoccoDev/bdat-rs" [profile.release] lto = true strip = true [[bench]] name = "scramble" harness = false [[bench]] name = "murmur" harness = false [dependencies.byteorder] version = "1.5" [dependencies.enum-kinds] version = "0.5.1" [dependencies.num_enum] version = "0.7.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-value] version = "0.7.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde_json] version = "1.0" [features] bench = [] default = ["hash-table"] hash-table = [] serde = [ "dep:serde", "dep:serde-value", ]