# 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.82" name = "adana-script-core" version = "0.18.3" authors = ["Nordine Bittich"] build = false exclude = [ "vscode/", "dist/", ".vscode", ".history", ".git", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "namespaces aliases for command lines & basic scripting language" homepage = "https://github.com/nbittich/adana" readme = "README.md" license = "MIT" repository = "https://github.com/nbittich/adana" [lib] name = "adana_script_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.regex] version = "1.11.1" features = [ "std", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-perl", "unicode-gencat", "unicode-script", "unicode-segment", ] default-features = false [dependencies.serde] version = "1.0.214" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading] version = "0.8.5"