# 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 = "jsonrs" version = "0.1.5" authors = ["Saúl Valdelvira "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Json parser" readme = "README" license = "MIT" repository = "https://git.saulv.es/json.rs/" [lib] name = "json" crate-type = [ "lib", "cdylib", "staticlib", ] path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" [build-dependencies.cbindgen] version = "0.24.0" optional = true [features] bindings = ["dep:cbindgen"] default = []