mirror of
https://github.com/bspeice/dtparse
synced 2024-11-09 15:38:10 -05:00
24 lines
531 B
TOML
24 lines
531 B
TOML
[package]
|
|
name = "dtparse"
|
|
version = "1.0.3"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
description = "A dateutil-compatible timestamp parser for Rust"
|
|
repository = "https://github.com/bspeice/dtparse.git"
|
|
readme = "README.md"
|
|
categories = ["date-and-time"]
|
|
license = "Apache-2.0"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "bspeice/dtparse" }
|
|
maintenance = { status = "passively-maintained" }
|
|
|
|
[lib]
|
|
name = "dtparse"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
chrono-tz = "0.5"
|
|
lazy_static = "1.1"
|
|
num-traits = "0.2"
|
|
rust_decimal = "^0.10.1"
|