# 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] edition = "2018" name = "vsqx" version = "0.1.0" authors = ["Hikaru Terazono (3c1u) <3c1u@vulpesgames.tokyo>"] description = "Serializer and deserializer for .vsqx and .vpr (VOCALOID 3/4/5 sequence) file." documentation = "https://docs.rs/vsqx" readme = "README.md" keywords = ["vocaloid", "vsqx"] license = "MIT OR Apache-2.0" repository = "https://github.com/3c1u/vsqx" [dependencies.failure] version = "0.1.8" [dependencies.quick-xml] version = "0.18.1" features = ["serialize"] [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dependencies.zip] version = "0.5.6" features = ["deflate"] default-features = false