# 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 = "embedded-sdmmc" version = "0.8.1" authors = [ "Jonathan 'theJPster' Pallant ", "Rust Embedded Community Developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A basic SD/MMC driver for Embedded Rust." readme = "README.md" keywords = [ "sdcard", "mmc", "embedded", "fat32", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/embedded-sdmmc-rs" [lib] name = "embedded_sdmmc" path = "src/lib.rs" [[example]] name = "append_file" path = "examples/append_file.rs" [[example]] name = "big_dir" path = "examples/big_dir.rs" [[example]] name = "create_file" path = "examples/create_file.rs" [[example]] name = "delete_file" path = "examples/delete_file.rs" [[example]] name = "list_dir" path = "examples/list_dir.rs" [[example]] name = "read_file" path = "examples/read_file.rs" [[example]] name = "readme_test" path = "examples/readme_test.rs" [[example]] name = "shell" path = "examples/shell.rs" [[test]] name = "directories" path = "tests/directories.rs" [[test]] name = "open_files" path = "tests/open_files.rs" [[test]] name = "read_file" path = "tests/read_file.rs" [[test]] name = "volume" path = "tests/volume.rs" [[test]] name = "write_file" path = "tests/write_file.rs" [dependencies.byteorder] version = "1" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.heapless] version = "^0.8" [dependencies.log] version = "0.4" optional = true default-features = false [dev-dependencies.chrono] version = "0.4" [dev-dependencies.embedded-hal-bus] version = "0.2.0" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.sha2] version = "0.10" [features] default = ["log"] defmt-log = ["dep:defmt"] log = ["dep:log"]