# 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 = "sjdiff" version = "0.0.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structural JSON Diff Library for Rust" documentation = "https://docs.rs/sjdiff" readme = "README.md" keywords = [ "diff", "json", "serde", "serde_json", ] license = "MIT" repository = "https://github.com/amanbolat/sjdiff" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "sjdiff" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [[example]] name = "ignore_with_rhai_script" path = "examples/ignore_with_rhai_script.rs" [[example]] name = "simple_object_diff" path = "examples/simple_object_diff.rs" doc-scrape-examples = true [dependencies.approx] version = "0.5.1" [dependencies.chrono] version = "0.4.38" [dependencies.derive_builder] version = "0.20.2" [dependencies.rhai] version = "1.20.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"