[dependencies]
[features]
default = ["tryte"]
tryte = []
[lib]
name = "balanced_ternary"
path = "src/lib.rs"
[package]
authors = ["Sébastien GELDREICH <trehinos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "science", "no-std"]
description = "A library to manipulate balanced ternary values."
edition = "2021"
keywords = ["ternary", "balanced-ternary", "base3", "three-valued-logic"]
license = "MIT"
name = "balanced-ternary"
readme = "README.md"
repository = "https://github.com/Trehinos/balanced-ternary"
version = "0.2.2"