# 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 = "genson-rs" version = "0.2.0" authors = ["Junyu Wang "] description = "Extremely fast JSON Schema inference engine built in Rust" homepage = "https://github.com/junyu-w/genson-rs" readme = "README.md" keywords = [ "json", "schema", "inference", "genson", ] categories = [ "command-line-utilities", "parser-implementations", ] license-file = "LICENSE" repository = "https://github.com/junyu-w/genson-rs" [[bench]] name = "build_schema_bench" harness = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.mimalloc] version = "0.1.41" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.116" [dependencies.simd-json] version = "0.13.10" [dev-dependencies.codspeed-criterion-compat] version = "2.6.0" [dev-dependencies.criterion] version = "0.3"