# 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 = "cultivar" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build tool for the mango operationg system." readme = "README.MD" keywords = [ "runtime", "kernel", ] categories = ["os"] license = "MIT" repository = "https://gitlab.com/cyloncore/mango" [[bin]] name = "cultivar" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.serde] version = "1.0.206" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19"