# 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 = "2021" name = "a1_notation" version = "0.6.3" authors = ["Patrick Carroll "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A package for converting to and from A1 spreadsheet notation" homepage = "https://github.com/patrickomatic/a1_notation" documentation = "https://docs.rs/a1_notation" readme = "README.md" keywords = [ "a1", "notation", "spreadsheet", "csv", "reference", ] license = "MIT" repository = "https://github.com/patrickomatic/a1_notation" [lib] name = "a1_notation" path = "src/lib.rs" [[test]] name = "a1" path = "tests/a1.rs" [[test]] name = "rkyv" path = "tests/rkyv.rs" [[test]] name = "serde" path = "tests/serde.rs" [dependencies.rkyv] version = "0.7.44" features = [ "std", "bytecheck", "validation", ] optional = true [dependencies.serde] version = "^1" features = ["derive"] optional = true [features] rkyv = ["dep:rkyv"] serde = ["dep:serde"]