[package] name = "mikino" version = "0.9.1" authors = ["Adrien Champion "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" description = "A simple induction and BMC engine" homepage = "https://github.com/AdrienChampion/mikino_bin" repository = "https://github.com/AdrienChampion/mikino_bin" keywords = ["smt", "satisfiability", "verification", "induction"] categories = ["science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] force-color = [] [dependencies] ansi_term = "^0.12" atty = "^0.2" clap = { version = "^3", features = ["cargo"] } mikino_api = "^0.9.1"