# 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 = "spring-boot-layertools" version = "1.0.0" authors = ["Aram Peres "] description = "Faster Spring Boot layertools extraction in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/aramperes/spring-boot-layertools" [profile.release] opt-level = "s" lto = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.2.16" features = ["cargo"] [dependencies.itertools] version = "0.10.3" [dependencies.mmarinus] version = "0.4.0" [dependencies.yaml-rust] version = "0.4.5" [dependencies.zip] version = "0.6.2"