# 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 = "pono" version = "0.3.0" authors = ["Cristian Oliveira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pono - pack and organize symlinks once" readme = "README.md" license = "MIT" repository = "https://github.com/cristianoliveira/pono" [[bin]] name = "pono" path = "src/main.rs" [[test]] name = "basic_commands" path = "tests/basic_commands.rs" [[test]] name = "validations" path = "tests/validations.rs" [dependencies.clap] version = "4.5.17" features = [ "derive", "string", ] [dependencies.clap_complete] version = "4.5.28" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8.19" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"