# 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 = "soundpad-xml" version = "0.1.1" authors = ["Bent Hillerkus"] publish = true description = "A library for deserializing Soundpad's XML files" readme = "README.md" categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/benthillerkus/soundpad-rs" resolver = "1" [package.metadata.workspaces] independent = true [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.time] version = "0.3.17" features = ["formatting"]