# 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 = "symlinkccc" version = "1.1.0" authors = ["Martin Eek Gerhardsen "] description = "A small tool for linking compile commands from catkin builds" homepage = "https://github.com/MartinEekGerhardsen/symlinkccc" readme = "README.md" keywords = [ "ros", "catkin", "lsp", "compilecommands", ] categories = [ "command-line-utilities", "filesystem", "development-tools", ] license = "MIT" repository = "https://github.com/MartinEekGerhardsen/symlinkccc" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1.3" [dependencies.quick-xml] version = "0.28.1" [dependencies.walkdir] version = "2.3" [build-dependencies.const-gen] version = "1.3"