# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xbasic" version = "0.3.2" authors = ["Stephen "] description = "A library that allows adding a scripting language onto your project with ease. This lets your users write their own arbitrary logic." readme = "README.md" license = "MIT" repository = "https://git.scd31.com/stephen/xbasic" [lib] name = "xbasic" path = "src/lib.rs" [[bin]] name = "xbasic-bin" path = "src/bin/main.rs" [[bench]] name = "benchmark" harness = false [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.phf] version = "0.8" features = ["macros"] [dev-dependencies.criterion] version = "0.3"