# 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 = "ksql" version = "1.0.0" authors = ["Dean Karn "] description = "A JSON data expression lexer, parser, cli and library" readme = "README.md" keywords = [ "json", "expression", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-playground/ksql" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.anydate] version = "0.3.0" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.gjson] version = "0.8.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]