Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement quickxml support #31

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add quick-xml and serde deps
  • Loading branch information
matzipan committed Dec 21, 2023
commit 0dd5f6646c5b9e3c8a27c5659a8202624389ec1c
2 changes: 2 additions & 0 deletions xml_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ readme = "../README.md"
exclude = ["/tests"]

[dependencies]
quick-xml = { version = "0.31.0", features = ["serialize"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
xml-schema-derive = { version = "0.3.0", path = "../xml_schema_derive", optional = true }

[dev-dependencies]
Expand Down