# 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 = "2021" name = "cs-datetime-parse" version = "1.1.0" authors = ["Filip K"] description = "Simple crate to parse c# datetime" readme = "README.md" keywords = [ "cs", "c_sharp", "datetime", "time", "date", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://gitlab.com/fili_pk/cs-datetime-parse" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.time] version = "0.3.34" features = [ "macros", "local-offset", ] [features] serde = [ "dep:serde", "time/serde", ]