# 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" 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" path = "src/lib.rs" [[example]] name = "feeds" path = "examples/feeds/main.rs" [[example]] name = "hackernews" path = "examples/hackernews/main.rs" [[example]] name = "weather" path = "examples/weather/main.rs" [[test]] name = "helper_macros" path = "tests/helper_macros.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.trustfall_core] version = "=0.8.0" [dependencies.trustfall_derive] version = "=0.3.1" [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.feed-rs] version = "1.0.0" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.hn_api] version = "0.1.0" [dev-dependencies.regex] version = "1.9.1" [dev-dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dev-dependencies.ron] version = "0.8.0" [dev-dependencies.serde] version = "1.0.185" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.time] version = "0.3.23" features = ["serde-human-readable"]