inside-baseball 0.1.0

Modding tools for Backyard Baseball 2001
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"
name = "inside-baseball"
version = "0.1.0"
authors = ["John Simon <john@whatisaph.one>"]
include = ["README.md", "Cargo.toml", "Cargo.lock", "src/**/*.rs"]
description = "Modding tools for Backyard Baseball 2001"
keywords = ["backyard-baseball", "scumm", "sputm"]
categories = ["command-line-utilities", "compilers", "game-engines"]
license = "AGPL-3.0"
repository = "https://github.com/whatisaphone/inside-baseball"
resolver = "2"
[profile.release]
lto = true
codegen-units = 1
[dependencies.arrayvec]
version = "0.7.2"

[dependencies.byteordered]
version = "0.6.0"

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

[dependencies.indexmap]
version = "1.9.1"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tracing-subscriber]
version = "0.3.15"

[dependencies.tracing-tree]
version = "0.2.1"

[features]
strict = []