summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: f28f3e569522f10ef4575fc62b2aaeebb58a2b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- coding: utf-8 -*-

[package]
edition         = "2018"
name            = "movavg"
description     = "Generic Moving Average calculation"
version         = "1.1.0"
authors         = ["Michael Buesch <m@bues.ch>"]
license         = "MIT OR Apache-2.0"
readme          = "README.md"
repository      = "https://bues.ch/cgit/movavgrs.git"

categories      = ["algorithms"]
keywords        = ["moving", "average"]

build           = "build.rs"

[dependencies.num-traits]
version             = "0.2"
default-features    = false

[dependencies]

[build-dependencies]
autocfg         = "1.0"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface