# 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 = "optimal-transport" version = "0.2.0" authors = ["Andrew Ruxton ", "Darsh Kodwani ", "Haraman Johal ", "William Lohrmann "] description = "Fast optimal transport library with Python bindings" homepage = "https://github.com/wplohrmann/optimal-transport-rs" documentation = "https://github.com/wplohrmann/optimal-transport-rs" readme = "README.md" keywords = ["optimal", "transport", "wasserstein", "sinkhorn"] categories = ["algorithm"] license-file = "LICENSE" repository = "https://github.com/wplohrmann/optimal-transport-rs" [lib] name = "optimal_transport_rs" crate-type = ["cdylib"] [dependencies.float-ord] version = "0.2.0" [dependencies.mcmf] version = "2.0.0" [dependencies.ndarray] version = "0.13.1" [dependencies.numpy] version = "0.11.0" [dependencies.pyo3] version = "0.11.1"