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