# 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 = "2021" name = "semihosting-files" version = "0.1.4" description = "Access files of the host system during semihosting" documentation = "https://docs.rs/semihosting-files" keywords = ["embedded", "no-std", "semihosting", "cortex-m"] categories = ["embedded", "no-std", "filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/LuksEmbeddedCorner/semihosting-files" resolver = "2" [dependencies.cortex-m-semihosting] version = "0.3.7" [dependencies.cstr_core] version = "0.2.4" default_features = false [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.7.0" [dev-dependencies.cortex-m-semihosting] version = "0.3.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.stm32f2] version = "0.14.0" features = ["stm32f217", "rt"]