# 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 = "cardamon" version = "0.2.0" authors = [ "Oliver Winks ", "William Kimbell ", ] build = false include = [ "src/**/*.rs", "src/public", "src/templates", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "cardamon" description = "Cardamon is a tool to help development teams measure the power consumption and carbon emissions of their software." homepage = "https://github.com/Root-Branch/cardamon" documentation = "https://docs.rs/cardamon" readme = "README.md" keywords = [ "green-software", "environmental", "sustainability", ] categories = [ "command-line-utilities", "development-tools", "development-tools::profiling", ] license-file = "LICENSE" repository = "https://github.com/Root-Branch/cardamon" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [lib] name = "cardamon" path = "src/lib.rs" [[bin]] name = "cardamon" path = "src/main.rs" [[bin]] name = "migrator" path = "src/migrator.rs" [dependencies.anyhow] version = "1.0.75" features = ["std"] [dependencies.async-trait] version = "0.1.81" [dependencies.axum] version = "0.7.1" features = [ "json", "macros", ] [dependencies.bollard] version = "0.17.1" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.5" [dependencies.dotenvy] version = "0.15.7" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.mime_guess] version = "2.0.5" [dependencies.num_cpus] version = "1.16.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rust-embed] version = "8.5.0" [dependencies.sea-orm] version = "1.0.0" features = [ "sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio-rustls", "macros", "tests-cfg", ] [dependencies.sea-orm-macros] version = "1.0.0" [dependencies.sea-orm-migration] version = "1.0.0" features = [ "runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite", "sqlx-mysql", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.shlex] version = "1.3.0" [dependencies.subprocess] version = "0.2.9" [dependencies.sysinfo] version = "0.31.2" [dependencies.tar] version = "0.4.41" [dependencies.term-table] version = "1.4.0" [dependencies.textplots] version = "0.8.6" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.11" [dependencies.toml] version = "0.8.12" [dependencies.tower-http] version = "0.5.2" features = [ "cors", "fs", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "env-filter", ] [dev-dependencies.nanoid] version = "0.4.0"