bee-ternary 0.4.1-alpha

Ergonomic ternary manipulation utilities
Documentation
[package]
name = "bee-ternary"
version = "0.4.1-alpha"
authors = ["IOTA Stiftung"]
edition = "2018"
description = "Ergonomic ternary manipulation utilities"
readme = "README.md"
repository = "https://github.com/iotaledger/bee"
license = "Apache-2.0"
keywords = ["iota", "tangle", "bee", "framework", "ternary"]
homepage = "https://www.iota.org"

[dependencies]
num-traits = "0.2"
serde = { version = "1.0", optional = true }

[build-dependencies]
autocfg = "1.0"

[features]
serde1 = ["serde"]