serde_with 0.2.2

Custom de/serialization functions for Rust's serde
Documentation
# 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]
name = "serde_with"
version = "0.2.2"
authors = ["jonasbb"]
description = "Custom de/serialization functions for Rust's serde"
documentation = "https://docs.rs/serde_with/"
readme = "README.md"
keywords = ["serde", "utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonasbb/serde_with"
[package.metadata.docs.rs]
all-features = true
[dependencies.chrono]
version = "0.4.2"
features = ["serde"]
optional = true

[dependencies.serde]
version = "1.0.65"

[dependencies.serde_json]
version = "1.0.17"
optional = true
[dev-dependencies.pretty_assertions]
version = "0.5.1"

[dev-dependencies.ron]
version = "0.3.0"

[dev-dependencies.serde_derive]
version = "1.0.65"

[dev-dependencies.serde_json]
version = "1.0.17"

[features]
json = ["serde_json"]