scalar-cms 0.2.0

a data oriented, [I'M NOT GOING TO SAY IT], ergonomic cms system
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 = "scalar-cms"
version = "0.2.0"
authors = ["drac <drac@drac.gay>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a data oriented, [I'M NOT GOING TO SAY IT], ergonomic cms system"
readme = false
license = "MIT OR Apache-2.0"
resolver = "3"

[features]
oidc = ["dep:openidconnect"]
rgb = ["dep:rgb"]
url = ["dep:url"]

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

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
required-features = ["rgb"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.nanoid]
version = "0.4"

[dependencies.openidconnect]
version = "4"
optional = true
default-features = false

[dependencies.rgb]
version = "0.8"
features = ["serde"]
optional = true

[dependencies.scalar-derive]
version = "0.2"

[dependencies.scalar-expr]
version = "0.2"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.trait-variant]
version = "0.1"

[dependencies.ts-rs]
version = "11"
features = ["chrono-impl"]

[dependencies.url]
version = "2.5"
features = ["serde"]
optional = true

[lints.clippy]
pedantic = "warn"