[package] authors = ["Patrick Carroll "] description = "A package for converting to and from A1 spreadsheet notation" documentation = "https://docs.rs/a1_notation" homepage = "https://github.com/patrickomatic/a1_notation" keywords = ["a1", "notation", "spreadsheet", "csv", "reference"] license = "MIT" name = "a1_notation" repository = "https://github.com/patrickomatic/a1_notation" version = "0.6.3" edition = "2021" [dependencies] serde = { version = "^1", features = ["derive"], optional = true } rkyv = { version = "0.7.44", features = ["std", "bytecheck", "validation"], optional = true } [features] rkyv = ["dep:rkyv"] serde = ["dep:serde"]