# 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 = "stainless_script" version = "0.1.2" authors = ["Jonh The Cooling Fan "] description = "Visual node-based programming language" documentation = "https://docs.rs/stainless_script" readme = "README.md" categories = ["compilers"] license = "BSD-3-Clause" repository = "https://github.com/JohnTheCoolingFan/stainless_script" [[bin]] name = "ssce" required-features = ["executor-binary"] [dependencies.bincode] version = "1.3" optional = true [dependencies.clap] version = "4.0" features = ["derive"] optional = true [dependencies.glob] version = "0.3" optional = true [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.stainless_script_derive] version = "0.1" [dependencies.thiserror] version = "1.0" [features] default = [ "executor-binary", "format-json", "format-bincode", ] executor-binary = [ "clap", "glob", ] format-bincode = [ "bincode", "executor-binary", ] format-json = [ "serde_json", "executor-binary", ]