# 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 = "blisp" version = "0.4.5" authors = [ "Yuuki Takano ", "Fumiya Saito", ] description = "A lisp like statically typed programing language for no_std." homepage = "https://ytakano.github.io/blisp/" readme = "README.md" keywords = [ "no_std", "scripting", "scripting-engine", "scripting-language", "embedded", ] categories = [ "no-std", "embedded", ] license-file = "LICENSE" repository = "https://github.com/ytakano/blisp" [lib] crate-type = ["rlib"] [dependencies.blisp_embedded] version = "0.1" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false