# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cmsis-cffi" version = "0.7.0" authors = [ "Jimmy Brisson ", "Chris Reed ", "Mathias Brossard ", ] description = "Foreign Function Interface for cmsis-pack" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pyocd/cmsis-pack-manager" [lib] name = "cmsis_cffi" crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.56" features = ["backtrace"] [dependencies.cmsis-pack] version = "0.7.0" [dependencies.ctor] version = "0.2" [dependencies.log] version = "0.4.8" [dependencies.simplelog] version = "0.12.0" features = ["termcolor"] default-features = false [features]