# 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 = "crame" version = "0.1.1" authors = ["Christopher Morton "] description = "crame is a build tool for c projects, with a small testing framework." readme = "README.md" keywords = [ "build", "tool", "c", "framework", "test", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/sonro/crame" resolver = "2" [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.exitcode] version = "1.1.2" [dependencies.git2] version = "0.15.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" [dev-dependencies.tempfile] version = "3.3.0"