[package] name = "chimera" version = "0.1.0" authors = ["Jacob Brown "] edition = "2018" license = "MIT OR Apache-2.0" description = "Interface for chimera regex library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.9" bitflags = "1.2.1" [build-dependencies] bindgen = "0.52.0" pkg-config = "0.3.17"