File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[package ]
2- name = " embedded-sdmmc"
3- version = " 0.4.0"
42authors = [" Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ]
3+ categories = [" embedded" , " no-std" ]
54description = " A basic SD/MMC driver for Embedded Rust."
5+ edition = " 2021"
66keywords = [" sdcard" , " mmc" , " embedded" , " fat32" ]
7- categories = [" embedded" , " no-std" ]
87license = " MIT OR Apache-2.0"
9- repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
10- edition = " 2021"
8+ name = " embedded-sdmmc"
119readme = " README.md"
10+ repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11+ version = " 0.4.0"
1212
1313[dependencies ]
14+ byteorder = {version = " 1" , default-features = false }
15+ defmt = {version = " 0.3" , optional = true }
1416embedded-hal = " 0.2.3"
15- byteorder = { version = " 1" , default-features = false }
16- log = { version = " 0.4" , default-features = false , optional = true }
17- defmt = { version = " 0.3" , optional = true }
17+ log = {version = " 0.4" , default-features = false , optional = true }
1818
1919[dev-dependencies ]
20- hex-literal = " 0.3"
2120env_logger = " 0.9"
21+ hex-literal = " 0.3"
2222
2323[features ]
24- defmt-log = [ " defmt " ]
25- default = [ " log " ]
24+ default = [" log " ]
25+ defmt-log = [" defmt " ]
You can’t perform that action at this time.
0 commit comments