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