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