# 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 = "vast-protocol" version = "0.3.0" description = "VAST protocol v4 parser on top of serde-rs" homepage = "https://github.com/mapbox-jp/vast-protocol" readme = "README.md" keywords = [ "parser", "xml", "serde", "vast", ] categories = ["parsing"] license-file = "LICENSE" repository = "https://github.com/mapbox-jp/vast-protocol" [dependencies.chrono] version = "0.4" optional = true [dependencies.quick-xml] version = "0.25" features = ["serialize"] [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies] [features] chrono = ["dep:chrono"]