# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rttrust" version = "0.1.3" authors = ["Chengzhi Tan "] exclude = ["rt-thread/**/*", "!rt-thread/include/**/*.h", "!rt-thread/components/**/*.h"] description = "Rust wrapper for rt-thread" homepage = "https://github.com/tcz717/rttrust" readme = "README.md" keywords = ["no-std", "rt-thread", "wrapper", "embedded"] categories = ["api-bindings", "embedded", "os"] license = "Apache-2.0" repository = "https://github.com/tcz717/rttrust" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] crate-type = ["rlib"] [dependencies.arrayvec] version = "0.5" default-features = false [dependencies.bitflags] version = "1" [dependencies.cfg-if] version = "0.1.10" [dependencies.cty] version = "0.2" [dependencies.genio] version = "0" optional = true default-features = false [dev-dependencies.mockall] version = "0.7" features = ["nightly"] [build-dependencies.bindgen] version = "0.54" [build-dependencies.log] version = "0" [build-dependencies.simple_logger] version = "1" [features] alloc = [] custom-panic = [] default = ["alloc", "io"] io = ["genio"]