# 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 = "fetish-lib" version = "0.1.1" authors = ["Alex Grabanski (bubble-07) , "] description = "(F)unctional (E)mbedding of (T)erms (I)n a (S)patial (H)ierarchy" readme = "README.md" keywords = ["embedding", "functional", "interpreter", "ML", "research"] categories = ["mathematics", "science", "compilers"] license = "MIT" repository = "https://github.com/bubble-07/FETISH-RS/" [dependencies.lapack-src] version = "0.6" features = ["openblas"] default-features = false [dependencies.log] version = "0.4.11" [dependencies.multimap] version = "0.8.1" [dependencies.ndarray] version = "0.13.1" features = ["blas"] [dependencies.ndarray-linalg] version = "0.12.1" features = ["openblas-src"] [dependencies.ndarray-rand] version = "0.11.0" [dependencies.noisy_float] version = "0.1.12" [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.2.2" [dependencies.rustfft] version = "3.0.1" [dependencies.topological-sort] version = "0.1.0"