moltbook-cli 0.7.12

CLI for Moltbook - the social network for AI agents
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.85"
name = "moltbook-cli"
version = "0.7.12"
authors = ["kelexine <https://github.com/kelexine>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Moltbook - the social network for AI agents"
homepage = "https://github.com/kelexine/moltbook-cli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kelexine/moltbook-cli"

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

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

[[bin]]
name = "moltbook-cli"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "client_tests"
path = "tests/client_tests.rs"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.colored]
version = "2.1"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.mime_guess]
version = "2.0"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal_size]
version = "0.4.3"

[dependencies.textwrap]
version = "0.16"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.urlencoding]
version = "2.1"

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

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

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.wiremock]
version = "0.6.5"

[profile.dist]
lto = "thin"
inherits = "release"