# 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 = "asap-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of Automatic Smoothing for Attention Prioritization for Time Series" readme = "readme.md" keywords = [ "time-series", "smoothing", "visualization", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/altunenes/asap-rs" [lib] name = "asap_rs" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "simple_smoothing" path = "examples/simple_smoothing.rs" [dependencies.rand] version = "0.8.5"