# 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 = "fix-name-case" version = "1.3.0" authors = ["Nguyễn Hồng Quân "] build = false exclude = [ ".github", "debian", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to convert variable and function names to snake_case" homepage = "https://github.com/AgriConnect/FixNameCase" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/AgriConnect/FixNameCase" [package.metadata.deb] changelog = "debian/changelog" copyright = "2024, Nguyễn Hồng Quân " extended-description = """ Hidden files and files listed in .gitignore are untouched. For now, only C/C++ files are supported.""" license-file = [ "debian/license", "3", ] maintainer = "Nguyễn Hồng Quân " section = "rust" [[bin]] name = "fix-name-case" path = "src/main.rs" [dependencies.byte-slice-cast] version = "1.2.2" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.console] version = "0.15.8" [dependencies.convert_case] version = "0.6.0" [dependencies.eyre] version = "0.6.12" [dependencies.glob-match] version = "0.2.1" [dependencies.ignore] version = "0.4.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.unicode-intervals] version = "0.2.0" [dependencies.which] version = "6.0.3"