[badges.codecov]
repository = "https://gitlab.com/Nuramon27/norman"
service = "gitlab"
[badges.gitlab]
repository = "https://gitlab.com/Nuramon27/norman"
[dependencies.ndarray]
optional = true
version = "0.12.0"
[dependencies.noisy_float]
version = "0.1.6"
[dependencies.num-complex]
optional = true
version = "0.2.0"
[dependencies.num-traits]
version = "0.2.4"
[features]
array = []
default = ["num-complex", "ndarray"]
[package]
authors = ["Manuel Simon <simon.manuel27@gmail.com>"]
categories = ["science"]
description = """
Implementations of different norms for elements of vector spaces
"""
documentation = "https://docs.rs/norman"
edition = "2018"
exclude = [".gitignore", ".gitlab-ci.yml", ".codecov.yml"]
keywords = ["norm", "distance", "metric"]
license = "MIT OR Apache-2.0"
name = "norman"
readme = "README.md"
repository = "https://gitlab.com/Nuramon27/norman"
version = "0.0.4"
[package.metadata.docs.rs]
all-features = true