# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargx" version = "0.2.2" authors = ["Vincenzo Tilotta "] description = "Execute local cargo package binaries" homepage = "https://github.com/tailot/cargx" readme = "README.md" keywords = ["cargx", "cargo", "execute", "binaries"] license = "GPL-3.0" repository = "https://github.com/tailot/cargx" [profile.release] opt-level = 3 lto = true codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [[bin]] name = "cargx" path = "src/main.rs" [dependencies.yamlette] version = "0.0.8"