# 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 = "csvpp" version = "0.8.0" authors = ["Patrick Carroll "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compile csv++ source code to a target spreadsheet format" homepage = "https://github.com/patrickomatic/csv-plus-plus" readme = "README.md" keywords = [ "csv++", "csvpp", "csv", "spreadsheet", ] license = "MIT" repository = "https://github.com/patrickomatic/csv-plus-plus" [lib] name = "csvpp" path = "src/lib.rs" [[bin]] name = "csvpp" path = "src/main.rs" [[test]] name = "all_features" path = "tests/all_features.rs" [[test]] name = "csv" path = "tests/csv.rs" [[test]] name = "error_messages" path = "tests/error_messages.rs" [[test]] name = "module_loading" path = "tests/module_loading.rs" [[test]] name = "syntax" path = "tests/syntax.rs" [[test]] name = "variable_scoping" path = "tests/variable_scoping.rs" [[bench]] name = "eval_fill" path = "benches/eval_fill.rs" harness = false [dependencies.a1] version = "1.0.1" features = ["serde"] [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "^0.4.31" features = ["serde"] [dependencies.clap] version = "^4" features = ["derive"] [dependencies.colored] version = "^2.0" [dependencies.csv] version = "1" [dependencies.csvp] version = "^0.2" [dependencies.env_logger] version = "^0.11" [dependencies.google-drive3] version = "^6.0" [dependencies.google-sheets4] version = "^6.0" [dependencies.home] version = "^0.5" [dependencies.log] version = "^0.4" [dependencies.petgraph] version = "^0.6" [dependencies.rayon] version = "^1.8" [dependencies.regex] version = "^1.10" [dependencies.semver] version = "^1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1.35" features = ["rt"] [dependencies.umya-spreadsheet] version = "^2.1" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [dev-dependencies.rand] version = "^0.8"