[package] name = "firebase-db-access" version = "0.1.2" description = "Alpha release: Rust based library for working with Firebase, currently still under heavy development. Pulled from package firebase" readme = "README.md" repository = "https://github.com/Micnubinub/rust-firebase" #documentation = "http://icanteden.com/rust-firebase/firebase/index.html" license = "MIT" authors = ["Lindelwe Ncube "] exclude = ["examples/*", "tests/*"] keywords = ["firebase", "rest", "api"] [dependencies] url = "1.7.2" knock = "0.1.8" curl = "0.4.19"