# 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" rust-version = "1.79" name = "ad-astra" version = "1.0.0" authors = ["Ilya Lakhin (Илья Александрович Лахин) "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Embeddable scripting language platform Ad Astra. Main Crate." documentation = "https://docs.rs/ad-astra" readme = "README.md" keywords = [ "language", "scripting", "scripting-language", "scripting-engine", ] categories = [ "compilers", "emulators", "memory-management", "parser-implementations", "wasm", ] license-file = "EULA.md" repository = "https://github.com/Eliah-Lakhin/ad-astra" [lib] name = "ad_astra" path = "src/lib.rs" [dependencies.ad-astra-export] version = "1.0" features = [] default-features = false [dependencies.cast] version = "0.3" [dependencies.compact_str] version = "0.7" features = ["serde"] [dependencies.lady-deirdre] version = "2.0" [dependencies.log] version = "0.4" [dependencies.lsp-types] version = "0.97" optional = true [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.strsim] version = "0.11" [features] default = [ "export", "lsp", ] export = ["ad-astra-export/export"] lsp = [ "serde", "serde_json", "lsp-types", "syslog", ] shallow = [ "export", "ad-astra-export/shallow", ] [target.'cfg(not(target_family = "wasm"))'.dependencies.ahash] version = "0.8" [target.'cfg(not(target_family = "wasm"))'.dependencies.syslog] version = "6.1" optional = true [target.'cfg(target_family = "wasm")'.dependencies.ahash] version = "0.8" features = [ "std", "compile-time-rng", ] default-features = false