teaql-tool 0.1.1

The ultimate utility toolkit for TeaQL, inspired by Java Hutool.
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 = "teaql-tool"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ultimate utility toolkit for TeaQL, inspired by Java Hutool."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/teaql/teaql-rust-utils"

[features]
default = ["minimal"]
extra = ["dep:teaql-tool-extra"]
minimal = ["std"]
std = ["dep:teaql-tool-std"]

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

[[example]]
name = "scripting"
path = "examples/scripting.rs"

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

[dependencies.teaql-tool-core]
version = "0.1.1"

[dependencies.teaql-tool-extra]
version = "0.1.1"
optional = true

[dependencies.teaql-tool-std]
version = "0.1.1"
optional = true