oicana_testing 0.1.0-alpha.10

Testing for Oicana templates.
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 = "2021"
rust-version = "1.88"
name = "oicana_testing"
version = "0.1.0-alpha.10"
authors = ["Oicana <hello@oicana.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing for 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"

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

[dependencies.image]
version = "0.25.8"

[dependencies.json_schema_ast]
version = "0.2.2"

[dependencies.json_schema_fuzz]
version = "0.2.2"

[dependencies.log]
version = "0.4.21"

[dependencies.oicana]
version = "0.1.0-alpha.9"
features = ["native"]

[dependencies.oicana_export]
version = "0.1.0-alpha.9"

[dependencies.oicana_files]
version = "0.1.0-alpha.9"

[dependencies.oicana_input]
version = "0.1.0-alpha.9"

[dependencies.oicana_template]
version = "0.1.0-alpha.9"

[dependencies.oicana_world]
version = "0.1.0-alpha.9"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.115"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.typst]
version = "0.14.1"

[dependencies.walkdir]
version = "2.5.0"

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

[lints.rust]
missing_docs = "warn"