# 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 = "2018" name = "repotools" version = "0.10.0" authors = ["Erik Nordstrøm "] description = "Short names, big time savings. Repotools is a collection of commands with short but meaningful names, for the git operations you perform most often." readme = "README.md" keywords = ["git"] categories = [ "command-line-utilities", "development-tools", "science", ] license = "ISC" repository = "https://github.com/ctsrc/repotools" [[bin]] name = "dp" required-features = ["dp"] [[bin]] name = "aa" required-features = ["aa"] [[bin]] name = "st" required-features = ["st"] [[bin]] name = "di" required-features = ["di"] [[bin]] name = "cm" required-features = ["cm"] [[bin]] name = "pu" required-features = ["pu"] [[bin]] name = "le" required-features = ["le"] [[bin]] name = "sq" required-features = ["sq"] [dependencies.clap] version = "3" features = [ "std", "yaml", ] default-features = false [dependencies.exec] version = "0.3" [dependencies.ulid] version = "1" optional = true [features] aa = [] cm = [] default = [ "dp", "aa", "st", "di", "cm", "pu", "le", "sq", ] di = [] dp = [] le = [] pu = [] sq = ["dep:ulid"] st = []