Revision control

Copy as Markdown

Other Tools

# 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 = "ews"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
readme = "README.md"
[lib]
name = "ews"
path = "src/lib.rs"
[dependencies]
serde_path_to_error = "0.1.11"
thiserror = "1.0.57"
[dependencies.log]
version = "0.4.21"
features = ["std"]
[dependencies.quick-xml]
version = "0.31.0"
features = [
"serde",
"serialize",
]
[dependencies.serde]
version = "1.0.196"
features = ["derive"]
[dependencies.time]
version = "0.3.36"
features = [
"formatting",
"parsing",
"serde",
]
[dependencies.xml_struct]
version = "0.1.0"
rev = "87723b90425d474fd29095d8b710baefd7c9b13a"