# 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 = "badass" version = "0.1.2" authors = ["Tim Van Wassenhove "] description = "badass is a cli tool inspired by dbt and airflow" homepage = "https://github.com/timvw/badass" readme = "README.md" keywords = [ "badass", "dbt", "sql", "airflow", "data-engineer", ] license = "Apache-2.0" repository = "https://github.com/timvw/badass" [dependencies.anyhow] version = "1.0.81" [dependencies.camino] version = "1.1.6" features = ["serde1"] [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.3" features = [ "derive", "env", ] [dependencies.config] version = "0.14.0" [dependencies.glob] version = "0.3.1" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.21" [dependencies.log4rs] version = "1.3.0" [dependencies.minijinja] version = "1.0.15" features = ["loader"] [dependencies.postgres] version = "0.19.7" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tabled] version = "0.15.0"