[package] name = "moonfire-base" version = "0.0.1" authors = ["Scott Lamb "] readme = "../README.md" edition = "2018" license-file = "../../LICENSE.txt" [features] nightly = [] [lib] path = "lib.rs" [dependencies] failure = "0.1.1" lazy_static = "1.0" libc = "0.2" log = "0.4" parking_lot = { version = "0.11.1", features = [] } nom = "6.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" time = "0.1"