[package]
name = "libspot"
version = "3.0.0"
edition = "2021"
authors = ["Mathew Shen <datahonor@gmail.com>"]
documentation = "https://docs.rs/libspot"
repository = "https://github.com/shenxiangzhuang/libspot-rs"
readme = "README.md"
license = "LGPL-3.0"
description = "Rust FFI bindings for libspot, a fast time series anomaly detector"
keywords = ["Spot", "TimeSeries", "AnomalyDetection", "FFI"]
include = [
"src/**/*",
"build.rs",
"libspot/Makefile",
"libspot/LICENSE.md",
"libspot/README.md",
"libspot/src/**/*.c",
"libspot/include/**/*.h",
"./README.md",
]
[build-dependencies]
cc = "1.0"
[dependencies]
[dev-dependencies]
libc = "0.2"
approx = "0.5.1"