[package]
name = "lset"
version = "0.2.0"
authors = ["Nathaniel McCallum <npmccallum@redhat.com>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/enarx/lset"
repository = "https://github.com/enarx/lset"
description = "Data types describing linear sets"
readme = "README.md"
keywords = ["linear", "sets", "line", "span"]
categories = ["development-tools", "rust-patterns"]
exclude = [ ".gitignore", ".github/*" ]
[badges]
github = { repository = "enarx/lset", workflow = "test" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/lset" }
is-it-maintained-open-issues = { repository = "enarx/lset" }