1[package] 2name = "aconfig_storage_read_api" 3version = "0.1.0" 4edition = "2021" 5 6[features] 7default = ["cargo"] 8cargo = [] 9 10[dependencies] 11rand = "0.8.5" 12anyhow = "1.0.69" 13memmap2 = "0.8.0" 14cxx = "1.0" 15thiserror = "1.0.56" 16aconfig_storage_file = { path = "../aconfig_storage_file" } 17 18[build-dependencies] 19protobuf-codegen = "3.2.0" 20cxx-build = "1.0" 21