# 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 = "io-excel" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a package that wraps around Calamine and rust_xlsxwriter, allowing for simple Excel read and write operations through procedural macros." readme = "README.md" license = "MIT" repository = "https://github.com/yipen9/io-excel" [lib] name = "io_excel" path = "src/lib.rs" proc-macro = true [[test]] name = "test_excel_reader" path = "tests/test_excel_reader.rs" [[test]] name = "tests" path = "tests/progress.rs" [dependencies.calamine] version = "0.26.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rust_xlsxwriter] version = "0.79.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "1.0" features = ["extra-traits"] [dev-dependencies.trybuild] version = "1.0.49" features = ["diff"]