timeless 0.0.15-alpha

A crate of utilities for storing in-memory timeseries data.
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 = "timeless"
version = "0.0.15-alpha"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
build = false
exclude = [
    ".github/",
    ".idea",
    ".vscode/",
    ".gitignore",
    ".markdownlint.json",
    "CHANGELOG.md",
    "clippy.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate of utilities for storing in-memory timeseries data."
documentation = "https://docs.rs/timeless/"
readme = "README.md"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/ClementTsang/timeless"

[lib]
name = "timeless"
path = "src/lib.rs"
test = true
doctest = true
doc = true

[dependencies]

[lints.clippy]
missing_safety_doc = "deny"
todo = "deny"
unimplemented = "deny"

[lints.rust]
rust_2018_idioms = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"
missing_crate_level_docs = "deny"