spaces 5.0.0

Set/space primitives for defining machine learning problems.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "spaces"
version = "5.0.0"
authors = ["Tom Spooner <t.spooner@liverpool.ac.uk>"]
description = "Set/space primitives for defining machine learning problems."
documentation = "https://docs.rs/spaces"
readme = "README.md"
keywords = ["geometry", "vector", "spaces", "machine", "learning"]
license = "MIT"
repository = "https://github.com/tspooner/spaces"
[dependencies.itertools]
version = "0.8"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dev-dependencies.serde_test]
version = "1.0"

[features]
default = []
serialize = ["serde"]
[badges.coveralls]
branch = "master"
repository = "tspooner/spaces"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tspooner/spaces"