liter 0.0.8

Experimental library for using SQLite with minimal SQL
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 = "2021"
name = "liter"
version = "0.0.8"
authors = ["xaos <xaos@xaos.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental library for using SQLite with minimal SQL"
documentation = "https://docs.rs/liter"
readme = false
keywords = [
    "sqlite",
    "storage",
    "schema",
]
categories = ["database"]
license = "GPL-3.0-or-later"
repository = "https://git.sr.ht/~xaos/liter"

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

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

[[test]]
name = "column_constraint"
path = "tests/column_constraint.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "optional_value"
path = "tests/optional_value.rs"

[[test]]
name = "table_constraint"
path = "tests/table_constraint.rs"

[[test]]
name = "value_constraint"
path = "tests/value_constraint.rs"

[dependencies.construe]
version = "0.0.3"

[dependencies.liter_derive]
version = "0.0.6"

[dependencies.rusqlite]
version = ">0.32, <0.38"