xapi-data 1.0.0-rc.1

Rust bindings for the Experience API (xAPI) data structures
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 = "xapi-data"
version = "1.0.0-rc.1"
authors = ["Raif S. Naffah <raif@mailbox.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the Experience API (xAPI) data structures"
readme = "README.md"
keywords = [
    "xAPI",
    "data",
    "bindings",
]
categories = ["data-structures"]
license = "GPL-3.0-or-later"
repository = "https://github.com/raif-s-naffah/xapi-rs"

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

[[test]]
name = "examples-interactions"
path = "tests/examples-interactions.rs"

[[test]]
name = "examples-objects"
path = "tests/examples-objects.rs"

[[test]]
name = "examples-statements"
path = "tests/examples-statements.rs"

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

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

[dependencies.email_address]
version = "0.2.9"

[dependencies.iri-string]
version = "0.7.12"
features = ["serde"]

[dependencies.language-tags]
version = "0.3.2"

[dependencies.mime]
version = "0.3.17"

[dependencies.semver]
version = "1.0.28"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_with]
version = "3.20.0"
features = ["macros"]

[dependencies.speedate]
version = "0.17.0"

[dependencies.take_mut]
version = "0.2.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.unicase]
version = "2.9.0"

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

[dependencies.uuid]
version = "1.23.2"
features = [
    "serde",
    "v7",
]

[dev-dependencies.tracing-test]
version = "0.2.6"