# 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 = "fix-getters-def" version = "0.3.2" authors = ["François Laignel "] description = "Fix getters definition by removing the get prefix when applicable" readme = "README.md" keywords = ["rust", "code", "getter", "programming", "migration"] categories = ["development-tools", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/fengalin/fix-getters" [dependencies.clap] version = "2.33" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_debug"] [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.rules] version = "0.3.2" package = "fix-getters-rules" [dependencies.smallvec] version = "1.6.1" [dependencies.stderrlog] version = "0.5" [dependencies.syn] version = "1.0" features = ["parsing", "full", "extra-traits", "visit"] default-features = false [dependencies.utils] version = "0.3.2" package = "fix-getters-utils"