flickers 0.1.0

A crate for calculating Allan-like deviations and other time and frequency stability statistics functions.
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 = "2024"
name = "flickers"
version = "0.1.0"
authors = ["Etienne Batori"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for calculating Allan-like deviations and other time and frequency stability statistics functions."
homepage = "https://github.com/oreillepale/flickers"
documentation = "https://docs.rs/flickers"
readme = "readme.md"
keywords = [
    "rust",
    "Allan",
    "Frequency",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/oreillepale/flickers"

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

[[example]]
name = "adev"
path = "examples/adev.rs"

[[example]]
name = "test_data"
path = "examples/test_data.rs"

[dependencies.derive_builder]
version = "0.20"

[dependencies.statrs]
version = "0.18.0"

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