# 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 = "crossc" version = "0.1.6" description = "crosscall cli" license = "MIT" repository = "https://github.com/Zhou-Pixel/crosscall.git" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.derive-new] version = "0.6.0" [dependencies.glob] version = "0.3.1" [dependencies.home] version = "0.5.9" [dependencies.notify] version = "6.1.1" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.tempfile] version = "3.12.0" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.which] version = "6.0.3"