# 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 = "velcro2" version = "0.0.1" authors = ["Adam McKee Bennett "] build = false exclude = [ ".*", "Dockerfile", "docker-compose.yml", ] description = "Developer workflows for Elasticsearch" homepage = "https://github.com/eighty4/velcro2" keywords = [ "development", "elasticsearch", "migrations", ] license = "MIT" repository = "https://github.com/eighty4/velcro2" [profile.release] opt-level = 3 lto = "fat" strip = "symbols" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.elasticsearch] version = "8.5.0-alpha.1" [dependencies.notify] version = "6.1.1" [dependencies.tokio] version = "1.32.0" features = ["full"]