# 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 = "CarbonJS" version = "0.1.10" authors = ["malezjaa"] description = "A KubeJS script manager" readme = "README.md" license = "MIT" repository = "https://github.com/malezjaa/carbonjs" [[bin]] name = "carbon" path = "src/main.rs" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.colored] version = "2" [dependencies.git2] version = "0.17.1" [dependencies.reqwest] version = "0.11.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "^0.12.1" features = ["paris"] [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.update-informer] version = "1.0.0"