dataverse-cli 0.1.1

CLI for Macrocosmos Data Universe (Bittensor SN13) - query social data from X/Twitter and Reddit
# 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 = "dataverse-cli"
version = "0.1.1"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Macrocosmos Data Universe (Bittensor SN13) - query social data from X/Twitter and Reddit"
readme = "README.md"
keywords = [
    "bittensor",
    "macrocosmos",
    "social-data",
    "cli",
    "sn13",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/macrocosm-os/dataverse-cli"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3"

[dependencies.csv]
version = "1"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "http2",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"
features = ["ansi"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"

[profile.release]
opt-level = 3
lto = true
strip = true