oparl-types 0.8.5

Type definitions for the OParl protocol
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 = "2024"
name = "oparl-types"
version = "0.8.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type definitions for the OParl protocol"
homepage = "https://codeberg.org/pib/oparl"
documentation = "https://docs.rs/oparl-types"
readme = false
license = "AGPL-3.0-or-later OR EUPL-1.2"
repository = "https://codeberg.org/pib/oparl"

[features]
sea-orm = ["dep:sea-orm"]

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

[dependencies.derive_more]
version = "2.1.1"
features = [
    "as_ref",
    "display",
    "from",
    "from_str",
    "into",
]

[dependencies.email_address]
version = "0.2.9"
features = ["serde"]

[dependencies.geojson]
version = "1.0.0"

[dependencies.sea-orm]
version = "1.1.19"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"
features = ["hex"]

[dependencies.snafu]
version = "0.9.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "parsing",
    "serde-well-known",
]

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.time]
version = "0.3.47"
features = ["macros"]