[[bin]]
name = "kr"
path = "src/bin/main.rs"
[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.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"]
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.0"