# 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 = "eridani" version = "0.1.0" description = "Pure functional scripting, anywhere" documentation = "https://docs.rs/eridani/latest" readme = "README.md" license = "MIT" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bimap] version = "0.6" default-features = false [dependencies.generic-array] version = "0.14.7" features = ["serde"] [dependencies.hashbrown] version = "0.14.3" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.26.1" features = ["derive"] default-features = false [build-dependencies.rustc_version] version = "0.4" [features] compiler = [] default = [ "compiler", "runtime", "std", "target_std", ] error_trait = [] ffi = [] runtime = [] serialise = ["dep:serde"] std = [] target_std = ["compiler"] target_web = ["compiler"] web = ["runtime"]