to-be 0.0.6

Simple Rust library determining whether strings indicate truey or falsy values
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 = "to-be"
version = "0.0.6"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Rust library determining whether strings indicate truey or falsy values"
homepage = "https://github.com/synesissoftware/to-be.Rust"
documentation = "https://github.com/synesissoftware/to-be.Rust/README.md"
readme = "README.md"
keywords = [
    "configuration",
    "environment",
    "string",
    "traits",
]
categories = [
    "config",
    "encoding",
    "no-std",
    "parsing",
    "text-processing",
]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/to-be.Rust"

[features]
default = [
    "implement-Truthy-for-bool",
    "implement-Truthy-for-str",
    "implement-Truthy-for-String",
]
implement-Truthy-for-AsStr = []
implement-Truthy-for-CStr = []
implement-Truthy-for-CString = []
implement-Truthy-for-OsStr = []
implement-Truthy-for-OsString = []
implement-Truthy-for-String = []
implement-Truthy-for-bool = []
implement-Truthy-for-str = []
null-feature = []

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

[dependencies.base-traits]
version = "0"
features = ["implement-AsStr-for-built_ins"]
default-features = false

[dev-dependencies]