dfir_lang 0.15.0

Hydro's Dataflow Intermediate Representation (DFIR) implementation
Documentation
[build-dependencies.hydro_build_utils]
version = "^0.0.1"

[build-dependencies.syn]
features = ["extra-traits", "full", "parsing"]
version = "2.0.46"

[dependencies.auto_impl]
version = "1.0.0"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.4"

[dependencies.data-encoding]
optional = true
version = "2.0.0"

[dependencies.documented]
version = "0.9.1"

[dependencies.hydro_build_utils]
optional = true
version = "^0.0.1"

[dependencies.itertools]
version = "0.13.0"

[dependencies.prettyplease]
features = ["verbatim"]
version = "0.2.0"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.95"

[dependencies.quote]
version = "1.0.35"

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.slotmap]
features = ["serde"]
version = "1.0.0"

[dependencies.syn]
features = ["extra-traits", "full", "parsing", "visit-mut"]
version = "2.0.46"

[dependencies.webbrowser]
optional = true
version = "1.0.3"

[dev-dependencies]

[features]
clap-derive = ["dep:clap"]
debugging = ["dep:data-encoding", "dep:webbrowser", "clap-derive"]
default = []

[lib]
name = "dfir_lang"
path = "src/lib.rs"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
uninlined_format_args = "allow"
upper_case_acronyms = "warn"

[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Hydro's Dataflow Intermediate Representation (DFIR) implementation"
documentation = "https://docs.rs/dfir_lang/"
edition = "2024"
license = "Apache-2.0"
name = "dfir_lang"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.15.0"

[package.metadata.docs.rs]
all-features = true