# 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] name = "mytheme" version = "0.0.2" default-run = "mt" description = "Mytheme PRQL Query Compiler" license = "MIT" repository = "https://github.com/MythemeCloud/cargo.git" [lib] name = "mt" path = "src/lib/main.rs" [[bin]] name = "mt" path = "src/bin/mt.rs" [[bin]] name = "mytheme" path = "src/bin/mytheme.rs" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.prql-compiler] version = "0.8.1" [dependencies.rayon] version = "1.7.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103"