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