# 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 = "c3io" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Like C3PO but for IO" readme = "README.md" license-file = "LICENSE" repository = "https://git.st8l.com/dolysis/c3io" [lib] name = "c3io" path = "src/lib.rs" [[bin]] name = "c3" path = "src/bin/c3/main.rs" [dependencies.clap] version = "4.5.17" features = [ "cargo", "derive", "env", "wrap_help", "unicode", "string", ] [dependencies.clap_complete] version = "4.5.26" [dependencies.loole] version = "0.3.1" [dependencies.moniker-rs] version = "1.0.1"