# 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" rust-version = "1.59.0" name = "mybatis-macro" version = "2.0.3" authors = ["James Zow "] description = "mybatis macro driver" homepage = "https://github.com/summer-rust/summer-mybatis/blob/master/mybatis-macro/README.md" documentation = "https://github.com/summer-rust/summer-mybatis/blob/master/mybatis-macro/README.md" license = "Apache-2.0" repository = "https://github.com/summer-rust/summer-mybatis/tree/master/mybatis-macro" [lib] proc-macro = true [dependencies.base64] version = "0.13.0" [dependencies.html_parser] version = "0.6.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.url] version = "2.2.2" [features] debug_mode = [] default = []