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