# 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 = "valve_kv_tools" version = "0.3.0" include = [ "src/**/*", "Cargo.toml", "valve-kv.pest", ] description = "Lossless Valve KeyValue parser, serializer and formatter" documentation = "https://docs.rs/valve_kv_tools" readme = "README.md" license = "MIT" repository = "https://github.com/Sarrus1/valve-kv-tools" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.js-sys] version = "0.3.64" [dependencies.pest] version = "2.6.0" [dependencies.pest_derive] version = "2.6.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.wasm-bindgen] version = "=0.2.87" features = [ "strict-macro", "serde-serialize", ] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.minreq] version = "2.7.0" features = ["https"]