[package] name = "midas_rs" version = "0.2.1" authors = ["Scott Steele "] edition = "2018" license = "MIT OR Apache-2.0" description = "Rust lib port of MIDAS (Microcluster-Based Detector of Anomalies in Edge Streams)" categories = ["algorithms", "data-structures", "science"] repository = "https://github.com/scooter-dangle/midas_rs" homepage = "https://github.com/scooter-dangle/midas_rs/tree/master/midas" keywords = ["midas", "streaming", "clustering", "count-min-sketch"] documentation = "https://docs.rs/midas_rs" [dependencies] rand = { version = "0.7", default_features = false, features = ["small_rng"] }