# 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 = "bellos" version = "0.0.4" authors = ["Ronaldson Bellande ronaldsonbellande@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bellande Operating System Scripting Programming Language written in Rust" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "bellos" path = "src/bellos.rs" [dependencies.glob] version = "0.3.0" [dependencies.meval] version = "0.2" [dependencies.shellexpand] version = "3.1.0" [dependencies.tempfile] version = "3.2"