# 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] name = "rusty-tags" version = "3.11.0" authors = ["Daniel Trstenjak "] description = "Create ctags/etags for a cargo project and all of its dependencies" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/dan-t/rusty-tags" [profile.release] lto = "fat" [dependencies.clap] version = "2.32.0" [dependencies.dirs] version = "2.0" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.2.0" [dependencies.num_cpus] version = "1.10.0" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "1.0.87" [dependencies.serde_derive] version = "1.0.87" [dependencies.serde_json] version = "1.0.38" [dependencies.tempfile] version = "3.0.6" [dependencies.toml] version = "0.5"