# 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 = "logisheets_xmlserde" version = "0.2.1" authors = ["ImJeremyHe"] description = "read and write the ooxml files" license = "MIT" [dependencies.logisheets_derives] version = "0.2.1" [dependencies.paste] version = "1.0.5" [dependencies.quick-xml] version = "0.22.0" features = ["serialize"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.ts-rs] version = "6.1.2" [dev-dependencies.serde_json] version = "1.0.59"