| 1 | [package] |
| 2 | name = "embedded-storage" |
| 3 | version = "0.3.1" |
| 4 | authors = [ |
| 5 | "Mathias Koch <mk@blackbird.online>" , |
| 6 | ] |
| 7 | edition = "2018" |
| 8 | description = "A Storage Abstraction Layer for Embedded Systems" |
| 9 | license = "MIT OR Apache-2.0" |
| 10 | repository = "https://github.com/rust-embedded-community/embedded-storage" |
| 11 | homepage = "https://github.com/rust-embedded-community/embedded-storage" |
| 12 | documentation = "https://docs.rs/embedded-storage" |
| 13 | readme = "README.md" |
| 14 | keywords = ["storage" ] |
| 15 | categories = ["embedded" , "hardware-support" , "no-std" ] |
| 16 | |