# 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" rust-version = "1.70" name = "lrtc" version = "0.1.4" authors = ["Mike Mahoney"] exclude = ["/data"] description = "Compression-based low-resource text classification as introduced in Jiang et al (2023)" readme = "README.md" keywords = [ "machine-learning", "data-science", "text-classification", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/mikemahoney218/lrtc/" [[bench]] name = "benchmark" harness = false [dependencies.flate2] version = "1.0.17" features = ["zlib-ng"] default-features = false [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.zstd] version = "0.12.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.csv] version = "1.2.2"