# 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 = "slot-cli" version = "0.1.0" authors = ["Cristian Oliveira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "slot - A symbolic link organizer with toml." readme = "README.md" license = "MIT" repository = "https://github.com/cristianoliveira/slot" [[bin]] name = "slot" 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"] [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"