# 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 = "tq-rs" version = "0.1.3" authors = [ "Natalia Maximo ", "James Munns ", ] description = "A tool for obtaining information from a TOML file on the command line" readme = "README.md" license = "MIT" repository = "https://github.com/cryptaliagy/tq-rs" [package.metadata.binstall] pkg-fmt = "bin" [package.metadata.binstall.overrides.aarch64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/{ version }/tq.arm64{ archive-suffix }" [package.metadata.binstall.overrides.aarch64-unknown-linux-musl] pkg-url = "{ repo }/releases/download/{ version }/tq.arm64{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-gnueabi] pkg-url = "{ repo }/releases/download/{ version }/tq.armv7{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-gnueabihf] pkg-url = "{ repo }/releases/download/{ version }/tq.armv7hf{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-musleabi] pkg-url = "{ repo }/releases/download/{ version }/tq.armv7{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-musleabihf] pkg-url = "{ repo }/releases/download/{ version }/tq.armv7hf{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/{ version }/tq.amd64{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-unknown-linux-musl] pkg-url = "{ repo }/releases/download/{ version }/tq.amd64{ archive-suffix }" [lib] name = "tq" path = "src/lib.rs" test = true doctest = false [[bin]] name = "tq" path = "src/main.rs" test = false [dependencies.clap] version = "4.4" features = [ "derive", "usage", "help", ] [dependencies.thiserror] version = "1.0.48" [dependencies.toml] version = "0.7"