# 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 = "gitnr" version = "0.2.2" authors = ["Tarun Ramesh "] build = false include = [ "src/**/*", "LICENSE", "readme.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to generate '.gitignore' files using one or more templates" homepage = "https://github.com/reemus-dev/gitnr" readme = "readme.md" keywords = [ "git", "gitignore", "cli", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/reemus-dev/gitnr" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ name }{ binary-ext }" pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }" [package.metadata.binstall.overrides.aarch64-apple-darwin] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-macos-arm64" [package.metadata.binstall.overrides.x86_64-apple-darwin] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-macos-amd64" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-win-amd64.exe" [package.metadata.binstall.overrides.x86_64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-linux-amd64" [package.metadata.cross.target.aarch64-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get --assume-yes install pkg-config libssl-dev:$CROSS_DEB_ARCH", ] [package.metadata.cross.target.i686-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get --assume-yes install pkg-config libssl-dev:$CROSS_DEB_ARCH", ] [package.metadata.cross.target.x86_64-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get --assume-yes install pkg-config libssl-dev:$CROSS_DEB_ARCH", ] [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "gitnr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.copypasta] version = "0.8.2" [dependencies.dirs] version = "5.0.1" [dependencies.human-panic] version = "2.0.2" [dependencies.indoc] version = "2.0.5" [dependencies.native-tls] version = "0.2.12" features = [] [dependencies.once_cell] version = "1.20.2" [dependencies.ratatui] version = "0.28.1" [dependencies.serde] version = "1.0.210" features = [ "default", "derive", ] [dependencies.serde_json] version = "1.0.128" [dependencies.tui-input] version = "0.10.1" [dependencies.ureq] version = "2.10.1" features = [ "gzip", "native-tls", ] default-features = false [dependencies.url] version = "2.5.2" [dependencies.yansi] version = "1.0.1"