exempi2 0.2.1

Safe Rust bindings to Exempi 2.4.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"

[[package]]
name = "exempi-sys"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75d335991f0d688dfa39dc8c5ac36130d2c62c53abf83e4d48f1c6c4602cfdab"
dependencies = [
 "libc",
 "pkg-config",
]

[[package]]
name = "exempi2"
version = "0.2.1"
dependencies = [
 "bitflags",
 "exempi-sys",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"