character-wizard-cli 0.7.0

Native level-1 SRD character creation CLI
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.88"
name = "character-wizard-cli"
version = "0.7.0"
authors = ["Cuauhtemoc Contreras <89711776+volnuttz@users.noreply.github.com>"]
build = false
exclude = ["assets/*.pdf"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native level-1 SRD character creation CLI"
homepage = "https://github.com/volnuttz/character-wizard"
readme = "README.md"
license = "MIT"
repository = "https://github.com/volnuttz/character-wizard"

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

[[bin]]
name = "character-wizard"
path = "src/main.rs"

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

[dependencies.inquire]
version = "0.9.4"

[dependencies.lopdf]
version = "0.43.0"
default-features = false

[dependencies.rand]
version = "0.10.2"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.ureq]
version = "3.3.0"
features = ["rustls"]
default-features = false

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"