libspot 3.0.0

Rust FFI bindings for libspot, a fast time series anomaly detector
Documentation
# 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"
name = "libspot"
version = "3.0.0"
authors = ["Mathew Shen <datahonor@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "libspot/Makefile",
    "libspot/LICENSE.md",
    "libspot/README.md",
    "libspot/src/**/*.c",
    "libspot/include/**/*.h",
    "./README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for libspot, a fast time series anomaly detector"
documentation = "https://docs.rs/libspot"
readme = "README.md"
keywords = [
    "Spot",
    "TimeSeries",
    "AnomalyDetection",
    "FFI",
]
license = "LGPL-3.0"
repository = "https://github.com/shenxiangzhuang/libspot-rs"

[lib]
name = "libspot"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.libc]
version = "0.2"

[build-dependencies.cc]
version = "1.0"