[package] name = "cxmr-snapshots-cache" version = "0.0.8" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "Snapshots cache library." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # errors failure = "^0.1.6" # basic logs log = "^0.4.0" # ser&deserialization serde = "^1.0.0" # derive macro for serde serde_derive = "^1.0.0" hashbrown = "^0.1.0" tokio = { version = "^0.2.6", features = ["full"] } futures-locks = { version = "0.5.1-pre", default-features = false, package = "futures-locks-pre" } cxmr-snapshots = "0.0.7" cxmr-feeds = "0.0.1" cxmr-tectonic = "0.0.1" cxmr-exchanges = "0.0.1" err-convert-macro = "^0.0.1"