# 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" rust-version = "1.77" name = "trustfall_core" version = "0.8.0" authors = ["Predrag Gruevski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The trustfall query engine, empowering you to query everything." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/obi1kenobi/trustfall" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "trustfall_core" crate-type = ["lib"] path = "src/lib.rs" test = true doc = true [dependencies.async-graphql-parser] version = "7.0" [dependencies.async-graphql-value] version = "7.0" [dependencies.itertools] version = "0.13.0" [dependencies.maplit] version = "1.0.2" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.185" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.96" [dependencies.smallvec] version = "1.6.1" features = ["serde"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.globset] version = "0.4.6" [dev-dependencies.ron] version = "0.8.0" [dev-dependencies.similar-asserts] version = "1.4.2" features = ["serde"] [dev-dependencies.trustfall_filetests_macros] version = "0.2.0" [dev-dependencies.walkdir] version = "2.3.1" [features] __private = [] default = []