armour-typ 0.1.0

Shared schema/type descriptors (Typ, ScalarTyp, GetType) for the armour ecosystem
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 = "armour-typ"
version = "0.1.0"
authors = ["Rail Khusnutdinov <rail@33.run>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared schema/type descriptors (Typ, ScalarTyp, GetType) for the armour ecosystem"
homepage = "https://github.com/libfunc/armour/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/libfunc/armour/"

[features]
compact_str = ["dep:compact_str"]
default = ["std"]
deserialize = ["std"]
rust_decimal = ["dep:rust_decimal"]
smallvec = ["dep:smallvec"]
smol_str = ["dep:smol_str"]
solana = [
    "dep:solana-pubkey",
    "dep:solana-signature",
]
std = [
    "serde/derive",
    "serde_json",
    "time/std",
    "arrayvec/serde",
    "dep:bytes",
]

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

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

[dependencies.armour-derive]
version = "0.28"

[dependencies.arrayvec]
version = "0.7"

[dependencies.bytes]
version = "1.5"
optional = true

[dependencies.compact_str]
version = "0.9"
optional = true

[dependencies.rust_decimal]
version = "1.30"
optional = true

[dependencies.serde]
version = "1.0"

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

[dependencies.smallvec]
version = "1.10"
features = [
    "union",
    "const_generics",
    "const_new",
    "serde",
]
optional = true

[dependencies.smol_str]
version = "0.3"
optional = true

[dependencies.solana-pubkey]
version = "4.0"
optional = true

[dependencies.solana-signature]
version = "3.1"
optional = true

[dependencies.time]
version = "0.3"
default-features = false

[dependencies.uuid]
version = "1.3"
default-features = false

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]