# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "relativedelta" version = "0.2.2" authors = ["Tim Gorm Kaas-Rasmussen Olsen "] description = "Rust implementation of relativedelta known from Python's dateutil library.\nAn extension to Duration in the chrono library to deal with relative dates.\n" homepage = "https://github.com/timkaas/relativedelta/" readme = "README.md" keywords = ["datetime", "relative", "deltatime", "calendar", "chrono"] license = "MPL-2.0+" repository = "https://github.com/timkaas/relativedelta/" [lib] name = "relativedelta" path = "src/lib.rs" [dependencies.chrono] version = "^0.4" [dependencies.impl_ops] version = "^0.1" [dependencies.num-integer] version = "^0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serde1 = ["serde"]