# 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 = "apriori_pattern_miner" version = "0.1.1" authors = ["Mikolaj Figurski "] exclude = [ "data/*", "*.pdf", "test_on_lab.sh", ] description = "Implementation of Apriori Pattern Mining algorithm" homepage = "https://github.com/mfigurski80/apriori_pattern_miner" keywords = [ "apriori", "pattern", "mining", "rayon", ] categories = [ "text-processing", "algorithms", "command-line-utilities", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mfigurski80/apriori_pattern_miner" resolver = "2" [dependencies.csv] version = "1.1.6" [dependencies.hashbrown] version = "0.12.0" features = ["rayon"] [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136"