# 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 = "momoa" version = "3.2.1" authors = ["Nicholas C. Zakas"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A JSON parsing library suitable for static analysis" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/humanwhocodes/momoa" [lib] name = "momoa" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "parse_test" path = "tests/parse_test.rs" [[test]] name = "tokens_test" path = "tests/tokens_test.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.thiserror] version = "1.0.57" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dev-dependencies.glob] version = "0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.test-case] version = "3.0.0"