1 | [package] |
2 | name = "embedded-storage-async" |
3 | version = "0.4.1" |
4 | authors = [ |
5 | "Mathias Koch <mk@blackbird.online>" , |
6 | "Ulf Lilleengen <lulf@redhat.com>" , |
7 | "Dario Nieuwenhuis <dirbaio@dirbaio.net>" , |
8 | "Diego Barrios Romero <eldruin@gmail.com>" , |
9 | ] |
10 | edition = "2018" |
11 | description = "A Storage Abstraction Layer for Embedded Systems" |
12 | license = "MIT OR Apache-2.0" |
13 | repository = "https://github.com/rust-embedded-community/embedded-storage" |
14 | homepage = "https://github.com/rust-embedded-community/embedded-storage" |
15 | documentation = "https://docs.rs/embedded-storage" |
16 | readme = "README.md" |
17 | keywords = ["storage" ] |
18 | categories = ["embedded" , "hardware-support" , "no-std" ] |
19 | |
20 | [dependencies] |
21 | embedded-storage = { version = "0.3.1" , path = "../" } |
22 | |