# 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 = "ron-parser" version = "0.1.4" exclude = [ "/pkg", "/.github", ] description = "Parsing debug implementation from rust object to JSON" readme = "README.md" license = "MIT" repository = "https://github.com/NishantJoshi00/debug-parser" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "worktable" harness = false [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.5" [dependencies.serde_json] version = "1.0.96" [dependencies.wasm-bindgen] version = "0.2.86" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde] version = "1.0.164" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.96"