[package] name = "ots" version = "0.1.3" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-opentimestamps/" repository = "https://github.com/apoelstra/rust-opentimestamps/" documentation = "https://www.wpsoftware.net/rustdoc/opentimestamps/" description = "Please do not use this. Use opentimestamps instead." keywords = [ "timestamping" ] [lib] name = "ots" path = "src/lib.rs" [dependencies] env_logger = "0.4" log = "0.3" rust-crypto = "0.2"