# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kders" version = "0.1.1" authors = [ "Zahra Zare Jousheghani ", "Rob Patro ", ] build = false include = [ "/src/*.rs", "/Cargo.toml", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A basic library for 2D kernel density estimation" homepage = "https://COMBINE-lab.github.io/kde-rs" readme = "README.md" keywords = [ "kernel-density", "density-estimation", "kde", "statistics", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE" repository = "https://github.com/COMBINE-lab/kde-rs" [lib] name = "kders" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.itertools] version = "0.13.0" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-stats] version = "0.6.0" [dependencies.num] version = "0.4" [dev-dependencies.kendalls] version = "0.2.2" [dev-dependencies.numpy] version = "0.21.0" [dev-dependencies.ordered-float] version = "4.2.2" [dev-dependencies.pyo3] version = "0.21.2" [dev-dependencies.rand] version = "0.8.5"