# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "dtparse" version = "2.0.1" authors = ["Bradlee Speice "] build = false exclude = ["/*.py"] autobins = false autoexamples = false autotests = false autobenches = false description = "A dateutil-compatible timestamp parser for Rust" readme = "README.md" categories = ["date-and-time"] license = "Apache-2.0" repository = "https://github.com/bspeice/dtparse.git" [lib] name = "dtparse" path = "src/lib.rs" [[example]] name = "russian" path = "examples/russian.rs" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.rust_decimal] version = "1.29.1" default-features = false [dev-dependencies.base64] version = "0.21.0" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "bspeice/dtparse"