oicana_cli 0.3.0

CLI for working with Oicana templates.
# 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"
rust-version = "1.88"
name = "oicana_cli"
version = "0.3.0"
authors = ["Oicana <hello@oicana.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for working with Oicana templates."
homepage = "https://oicana.com"
readme = "README.md"
keywords = [
    "oicana",
    "typst",
    "typesetting",
    "pdf",
]
categories = ["template-engine"]
license-file = "LICENSE.md"
repository = "https://github.com/oicana/oicana"

[package.metadata.dist]
dist = true

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/oicana_cli-v{ version }/oicana_cli-{ target }{ archive-suffix }"
bin-dir = "oicana_cli-{ target }/oicana{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
bin-dir = "oicana{ binary-ext }"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"
bin-dir = "oicana{ binary-ext }"

[package.metadata.wix]
upgrade-guid = "CD91DE14-3590-4CE1-A8A1-0B385690480D"
path-guid = "3690C951-9006-44C7-8B81-5056143147B5"
license = false
eula = false

[features]
self-update = ["dep:axoupdater"]
vendor-openssl = ["openssl?/vendored"]

[[bin]]
name = "oicana"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1"

[dependencies.axoupdater]
version = "0.10"
features = [
    "github_releases",
    "blocking",
]
optional = true
default-features = false

[dependencies.chrono]
version = "0.4.37"

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

[dependencies.clap-verbosity]
version = "2.1.0"

[dependencies.color-print]
version = "0.3.7"

[dependencies.console]
version = "0.16"
features = [
    "ansi-parsing",
    "std",
]
default-features = false

[dependencies.env_logger]
version = "0.11.5"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.jsonschema]
version = "0.45"
default-features = false

[dependencies.log]
version = "0.4.21"

[dependencies.notify]
version = "7"

[dependencies.oicana]
version = "0.3.0"
features = [
    "native",
    "pdf",
    "png",
    "svg",
]

[dependencies.oicana_testing]
version = "0.3.0"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10.0"

[dependencies.same-file]
version = "1"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.thiserror]
version = "2.0"

[dependencies.typst]
version = "0.14.1"

[dependencies.walkdir]
version = "2.5.0"

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

[target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios", target_os = "watchos", target_os = "tvos")))'.dependencies.openssl]
version = "0.10.72"
optional = true

[lints.rust]
missing_docs = "warn"