# 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 = "shackle-shell" version = "0.3.0" authors = ["Justin Wernick "] description = "A shell for restricting access on a version control server" readme = "README.md" keywords = [ "shell", "version-control", "git", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/worthe-it/shackle-shell" [profile.dev.package."*"] opt-level = 3 incremental = false [profile.dist] inherits = "release" [profile.release] lto = true [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.comfy-table] version = "6.1.4" [dependencies.git2] version = "0.16.1" features = ["vendored-libgit2"] default-features = false [dependencies.humansize] version = "2.1.3" [dependencies.nix] version = "0.26.2" features = ["user"] default-features = false [dependencies.rustyline] version = "11.0.0" default-features = false [dependencies.shlex] version = "1.1.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.get-port] version = "4.0.0" [dev-dependencies.once_cell] version = "1.17.1" [dev-dependencies.predicates] version = "2.1.5" [dev-dependencies.rexpect] version = "0.5.0" [dev-dependencies.tempfile] version = "3.4.0" [features] default = ["docker_tests"] docker_tests = []