oxipage 0.6.0

Oxipage CLI — 블로그/프로젝트/링크/사이트 관리 커맨드라인 도구 (doc/04)
# 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"
name = "oxipage"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Oxipage CLI — 블로그/프로젝트/링크/사이트 관리 커맨드라인 도구 (doc/04)"
readme = false
license = "MIT"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = ["macros"]

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

[dependencies.directories]
version = "5"

[dependencies.oxipage-console]
version = "0.6.0"

[dependencies.oxipage-core]
version = "0.6.0"

[dependencies.oxipage-ext-blog]
version = "0.6.0"

[dependencies.oxipage-ext-links]
version = "0.6.0"

[dependencies.oxipage-ext-projects]
version = "0.6.0"

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

[dependencies.rusqlite]
version = "0.32"
features = ["serde_json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.6"
features = ["fs"]

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