# 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 = "super_mass" version = "0.1.0" authors = ["carlos alejandro gutierrez sandoval "] include = ["**/*.rs", "Cargo.toml"] description = "MASS: Mueen's Algorithm for Similarity Search in Rust!" keywords = ["MASS", "similarity-search", "data-science", "time-series", "HPC"] categories = ["science"] license = "MIT" repository = "https://github.com/CAGS295/mass" [profile.test] opt-level = 3 [lib] crate-type = ["lib"] [dependencies.itertools] version = "^0.10" [dependencies.jemallocator] version = "^0.3" optional = true [dependencies.num_cpus] version = "^1.13" [dependencies.rand] version = "^0.8" [dependencies.rayon] version = "^1.5" [dependencies.rustfft] version = "^4.1" [dependencies.serde] version = "^1.0" features = ["derive"] [features] auto = [] default = ["pseudo_distance", "auto"] jemalloc = ["jemallocator"] pseudo_distance = []