jasn-core 0.2.0

Core data types for JASN and JAML serialization formats
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 = "jasn-core"
version = "0.2.0"
authors = ["Akash Rakholia"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data types for JASN and JAML serialization formats"
readme = "README.md"
keywords = [
    "json",
    "yaml",
    "serialization",
    "deserialization",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/arakholia/jasn-rs"
resolver = "2"

[features]
default = ["serde"]
serde = [
    "dep:serde",
    "time/serde",
]

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

[dependencies.base64]
version = "0.22"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "macros",
]

[dev-dependencies.rstest]
version = "0.23"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_bytes]
version = "0.11"