# 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 = "jar_conflict_detecter" version = "0.0.2" authors = ["aitozi "] description = "A simple command line tool to detector the potential conflicted classes in jars" homepage = "https://github.com/Aitozi/jar_conflict_detector" readme = "README.md" keywords = [ "java", "class", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Aitozi/jar_conflict_detector" [[bin]] name = "jcd" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.zip] version = "0.6.5"