bird 0.1.0

X API CLI with entity caching, search, threads, and watchlists
# 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.87"
name = "bird"
version = "0.1.0"
authors = ["Brett Davies <pm8fp22mbg@privaterelay.appleid.com>"]
build = false
exclude = [
    ".claude/",
    ".github/",
    ".githooks/",
    "cliff.toml",
    "docs/",
    "openapi/",
    "rustfmt.toml",
    "scripts/",
    "tests/",
    "todos/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "X API CLI with entity caching, search, threads, and watchlists"
homepage = "https://github.com/brettdavies/bird"
documentation = "https://docs.rs/bird"
readme = "README.md"
keywords = [
    "twitter",
    "x",
    "api",
    "cli",
    "oauth",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brettdavies/bird"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/bird-{ target }.tar.gz"
pkg-fmt = "tgz"

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

[dependencies.chrono]
version = "0.4"
features = ["now"]
default-features = false

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "5.0"

[dependencies.libc]
version = "0.2"

[dependencies.owo-colors]
version = "4"
features = ["supports-color"]

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

[dependencies.rusqlite_migration]
version = "2.4"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true