dtparse/Cargo.toml

21 lines
459 B
TOML
Raw Normal View History

2018-05-13 16:18:45 -04:00
[package]
name = "dtparse"
2018-06-24 23:57:54 -04:00
version = "0.8.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
2018-06-17 23:31:25 -04:00
description = "A dateutil-compatible timestamp parser for Rust"
repository = "https://github.com/bspeice/dtparser.git"
readme = "README.md"
categories = ["date-and-time"]
license = "Apache-2.0"
[badges]
travis-ci = { repository = "bspeice/dtparse" }
[lib]
name = "dtparse"
2018-05-13 16:18:45 -04:00
[dependencies]
2018-05-25 00:00:15 -04:00
chrono = "0.4"
2018-06-17 23:32:28 -04:00
lazy_static = "1.0"
2018-05-26 20:14:30 -04:00
num-traits = "0.2"
rust_decimal = "0.8"