[package] name = "abc-rs" version = "0.2.2" edition = "2021" license = "MIT" description = "ABC rust bindings" repository = "https://github.com/gipsyh/abc-rs" authors = ["Yuheng Su "] [dependencies] aig = { path = "../aig-rs", version = "0.2" } tempfile = "3.10.1" [build-dependencies] cmake = "0.1.50"