# 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 = "ax_aql" version = "0.1.0" authors = ["Actyx AG "] description = "AQL parsing and rendering for ax" homepage = "https://developer.actyx.com/" documentation = "https://docs.rs/ax-aql" readme = "README.md" keywords = [ "distributed", "decentralized", "event-sourcing", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/Actyx/Actyx" [dependencies.anyhow] version = "1.0.75" [dependencies.ax_types] version = "0.1.0" [dependencies.chrono] version = "0.4.31" [dependencies.derive_more] version = "0.99.17" [dependencies.num-traits] version = "0.2.17" [dependencies.once_cell] version = "1.18.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tracing] version = "0.1.40" [dependencies.unicode-normalization] version = "0.1.22" [dev-dependencies.quickcheck] version = "1.0.3"