# 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 = "2021" name = "criterium" version = "2.1.1" authors = ["Slatian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweigt dynamic database queries for rusqlite." documentation = "https://docs.rs/criterium" readme = "README.md" categories = [ "data-structures", "database", ] license = "LGPL-3.0-only" repository = "https://codeberg.org/unobtanium/criterium" [package.metadata.docs.rs] features = ["full"] [lib] name = "criterium" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.rusqlite] version = ">=0.31" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1" [features] chrono = ["dep:chrono"] default = [] full = [ "rusqlite", "chrono", "serde", ] rusqlite = ["dep:rusqlite"] serde = ["dep:serde"]