kronicler 0.1.2

Automatic performance capture and analysis for production applications in Python using a custom columnar database written in Rust.
Documentation
[[bin]]
name = "kr"
path = "src/bin/main.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.26"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.pyo3]
version = "0.25.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde-big-array]
version = "0.5.1"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.structopt]
version = "0.3"

[lib]
crate-type = ["cdylib", "lib"]
name = "kronicler"
path = "src/lib.rs"

[package]
authors = ["jakeroggenbuck <jakeroggenbuck2@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "development-tools"]
description = "Automatic performance capture and analysis for production applications in Python using a custom columnar database written in Rust."
edition = "2021"
exclude = ["tests/*", "python/*", "images/*", "Makefile", "dashboard/*", "venv/*"]
homepage = "https://github.com/JakeRoggenbuck/kronicler"
keywords = ["analytics", "metrics", "database", "columnar"]
license = "MIT"
name = "kronicler"
readme = "README.md"
repository = "https://github.com/JakeRoggenbuck/kronicler"
version = "0.1.2"