a1 1.0.0

A package for converting to and from A1 spreadsheet notation
Documentation
[dependencies.rkyv]
features = ["std", "bytecheck", "validation"]
optional = true
version = "^0.7.44"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1"

[features]
rkyv = ["dep:rkyv"]
serde = ["dep:serde"]

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

[package]
authors = ["Patrick Carroll <patrick@patrickomatic.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A package for converting to and from A1 spreadsheet notation"
documentation = "https://docs.rs/a1"
edition = "2021"
homepage = "https://github.com/patrickomatic/a1"
keywords = ["a1", "notation", "spreadsheet", "csv", "reference"]
license = "MIT"
name = "a1"
readme = "README.md"
repository = "https://github.com/patrickomatic/a1"
version = "1.0.0"

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

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

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