[package] name = "appcore" version = "0.0.2" authors = [ "ceram1 " ] license = "LGPL-3.0" description = "(Placeholder) Easy dev." repository = "https://github.com/ceram1/appcore" documentation = "https://ceram1.github.io/appcore/rustdoc/appcore" [features] defaults = ["orm"] orm = ["time"] [lib] name = "appcore" [dependencies] rustc-serialize = "*" [dependencies.time] version = "*" optional = true