# 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] edition = "2018" name = "pyo3-chrono" version = "0.5.1" authors = ["kangalioo "] description = "Adds PyO3 support to Chrono structs via newtypes" readme = "README.md" keywords = [ "chrono", "pyo3", "datetime", "python", ] categories = [ "api-bindings", "date-and-time", ] license = "MIT" repository = "https://github.com/kangalioo/pyo3-chrono/" [dependencies.chrono] version = "0.4" [dependencies.pyo3] version = "0.17" [dependencies.serde_] version = "1.0" optional = true package = "serde" [dev-dependencies.pyo3] version = "0.17" features = ["auto-initialize"] [features] serde = [ "serde_", "chrono/serde", ]