# 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 = "jsonata" version = "0.0.0" authors = ["Johan Venter "] description = "An (incomplete) implementation of JSONata in Rust" homepage = "https://github.com/johanventer/jsonata-rust/" categories = [ "command-line-utilities", "compilers", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/johanventer/jsonata-rust/" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.bumpalo] version = "3.9.1" features = [ "collections", "boxed", ] [dependencies.chrono] version = "0.4" [dependencies.dtoa] version = "1" [dependencies.hashbrown] version = "0.12.0" features = ["bumpalo"] [dependencies.structopt] version = "0.3" [dev-dependencies.test-case] version = "1.2.0" [dev-dependencies.test-generator] version = "0.3"