dkdc-md-cli 0.2.1

CLI for the MotherDuck REST API
Documentation
# 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 = "2024"
rust-version = "1.93"
name = "dkdc-md-cli"
version = "0.2.1"
authors = ["Cody <cody@dkdc.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the MotherDuck REST API"
homepage = "https://github.com/lostmygithubaccount/md-cli"
readme = "README.md"
keywords = [
    "motherduck",
    "cli",
    "duckdb",
    "api",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lostmygithubaccount/md-cli"
resolver = "2"

[lib]
name = "dkdc_md_cli"
path = "src/lib.rs"

[[bin]]
name = "md"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.percent-encoding]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "3"