Documentation
[[bin]]
name = "jscontact"
path = "src/main.rs"

[dependencies.jsonptr]
optional = true
version = "0.6.3"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[features]
default = ["typed", "jsonptr"]
jsonptr = ["dep:jsonptr"]
typed = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures", "internationalization", "parsing"]
description = "RFC 9553"
documentation = "https://docs.rs/jscontact"
edition = "2021"
exclude = ["build.rs", "tests/imported/", "tests/rfc9553/raws/", "tests/test_imported.rs", "tests/get_figures.py"]
keywords = ["jscontact", "vcard", "card", "rfc9553"]
license = "MIT"
name = "jscontact"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/jscontact"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true

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

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

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

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

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