[package] name = "ctest2" version = "0.4.8" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/JohnTitor/ctest2" homepage = "https://github.com/JohnTitor/ctest2" documentation = "https://docs.rs/ctest2" description = """ Automated tests of FFI bindings. """ include = ["src/lib.rs", "LICENSE-*", "README.md"] edition = "2021" rust-version = "1.56.0" [dependencies] garando_syntax = "0.1" cc = "1.0.1" rustc_version = "0.4" [workspace] members = ["testcrate"]