[package] name = "theca" version = "1.0.0" authors = ["Roland Shoemaker ", "Paul Woolcock "] license = "MIT" description = """ a simple, fully featured, command line note taking tool """ homepage = "https://github.com/pwoolcoc/theca" repository = "https://github.com/pwoolcoc/theca" [lib] name = "theca" path = "src/theca/lib.rs" [[bin]] name = "theca" test = false doc = false [dependencies] time = "^0.1.35" regex = "^0.1.71" rustc-serialize = "^0.3.19" docopt = "^0.6.81" rust-crypto = "^0.2.36" rand = "^0.3.14" tempdir = "^0.3.4" libc = "^0.2.13" term = "^0.4.4" clippy = { version = "^0.0.80", optional = true } [features] default = [] unstable = ["clippy"]