ootle_byte_type 0.4.0

Conversion traits that define conversions to/from light-weight byte types
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"
name = "ootle_byte_type"
version = "0.4.0"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conversion traits that define conversions to/from light-weight byte types"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari-ootle"
resolver = "2"

[features]
crypto = [
    "dep:tari_crypto",
    "dep:tari_template_lib_types",
]
default = ["crypto"]

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

[dependencies.tari_crypto]
version = "0.22"
optional = true

[dependencies.tari_template_lib_types]
version = "0.22"
optional = true
default-features = false