[dependencies.cpython]
features = ["extension-module"]
version = "0.4"
[dependencies.midas_rs]
version = "0.1"
[lib]
crate-type = ["cdylib"]
name = "midas"
[package]
authors = ["Scott Steele <scottlsteele@gmail.com>"]
categories = ["algorithms", "data-structures", "science"]
description = "Python bindings to the Rust lib port of MIDAS (Microcluster-Based Detector of Anomalies in Edge Streams)"
documentation = "https://docs.rs/midas_python"
edition = "2018"
homepage = "https://github.com/scooter-dangle/midas_rs/tree/master/python"
keywords = ["python", "midas", "streaming", "clustering", "count-min-sketch"]
license = "Apache-2.0"
name = "midas_python"
repository = "https://github.com/scooter-dangle/midas_rs"
version = "0.1.1"