# 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 = "xbatis2sql" version = "0.2.5" authors = ["Helly Guo "] exclude = [ "tests", "test_data", "examples", ".vscode", "*.zsh", ] description = "collect sql statements from iBATIS sqlmap files/MyBatis mapper files" homepage = "https://github.com/hellyguo/xbatis2sql" documentation = "https://docs.rs/crate/xbatis2sql/latest" readme = "README.md" keywords = [ "iBATIS", "MyBatis", "SQL", "Parser", "XML", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/hellyguo/xbatis2sql" [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" features = [] [dependencies.regex] version = "1.7.1" [dependencies.walkdir] version = "2.3.2" [dependencies.xml-rs] version = "0.8.16"