[package] name = "cmsis-cffi" version = "0.7.0" authors = ["Jimmy Brisson ", "Chris Reed ", "Mathias Brossard "] repository = "https://github.com/pyocd/cmsis-pack-manager" description = "Foreign Function Interface for cmsis-pack" license = "Apache-2.0" edition = "2018" readme = "README.md" [lib] name = "cmsis_cffi" crate-type = ["cdylib"] [dependencies] ctor = "0.2" log = "0.4.8" simplelog = { version = "0.12.0", default-features = false, features = [ "termcolor" ] } cmsis-pack = { version = "0.7.0", path = "../cmsis-pack" } anyhow = { version = "1.0.56", features = ["backtrace"] } [features]