codegen-cfg 0.1.3

A codegen tool for Rust `cfg` expressions
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bool-logic"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52d6a07bb84b5dd3f83c66f8270edaaa7bab515bc7d4cc0b3be5e9459262ed4a"
dependencies = [
 "nugine-rust-utils",
]

[[package]]
name = "codegen-cfg"
version = "0.1.3"
dependencies = [
 "bool-logic",
 "nugine-rust-utils",
]

[[package]]
name = "nugine-rust-utils"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da43e6014d74afc15faeb4d13860ed6a478145672f6ce6b3bac846a2f7af417"
dependencies = [
 "simdutf8",
]

[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"