# 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 = "trustfall_rustdoc" version = "0.17.0" authors = ["Predrag Gruevski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run Trustfall queries across multiple rustdoc JSON format versions." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/obi1kenobi/trustfall-rustdoc" [lib] name = "trustfall_rustdoc" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.trustfall] version = "0.8.0" [dependencies.trustfall-rustdoc-adapter-v30] version = ">=30.2.0,<30.3.0" optional = true package = "trustfall-rustdoc-adapter" [dependencies.trustfall-rustdoc-adapter-v32] version = ">=32.2.0,<32.3.0" optional = true package = "trustfall-rustdoc-adapter" [dependencies.trustfall-rustdoc-adapter-v33] version = ">=33.2.0,<33.3.0" optional = true package = "trustfall-rustdoc-adapter" [dependencies.trustfall-rustdoc-adapter-v34] version = ">=34.1.0,<34.2.0" optional = true package = "trustfall-rustdoc-adapter" [dependencies.trustfall-rustdoc-adapter-v35] version = ">=35.1.0,<35.2.0" optional = true package = "trustfall-rustdoc-adapter" [dependencies.trustfall-rustdoc-adapter-v36] version = ">=36.1.0,<36.2.0" optional = true package = "trustfall-rustdoc-adapter" [features] default = [ "v30", "v32", "v33", "v34", "v35", "v36", ] rayon = [ "trustfall-rustdoc-adapter-v30?/rayon", "trustfall-rustdoc-adapter-v32?/rayon", "trustfall-rustdoc-adapter-v33?/rayon", "trustfall-rustdoc-adapter-v34?/rayon", "trustfall-rustdoc-adapter-v35?/rayon", "trustfall-rustdoc-adapter-v36?/rayon", ] rustc-hash = [ "trustfall-rustdoc-adapter-v30?/rustc-hash", "trustfall-rustdoc-adapter-v32?/rustc-hash", "trustfall-rustdoc-adapter-v33?/rustc-hash", "trustfall-rustdoc-adapter-v34?/rustc-hash", "trustfall-rustdoc-adapter-v35?/rustc-hash", "trustfall-rustdoc-adapter-v36?/rustc-hash", ] v30 = ["dep:trustfall-rustdoc-adapter-v30"] v32 = ["dep:trustfall-rustdoc-adapter-v32"] v33 = ["dep:trustfall-rustdoc-adapter-v33"] v34 = ["dep:trustfall-rustdoc-adapter-v34"] v35 = ["dep:trustfall-rustdoc-adapter-v35"] v36 = ["dep:trustfall-rustdoc-adapter-v36"]