andax 0.3.2

Andaman scripting runtime
Documentation
[dependencies.anda-config]
version = "0.3.1"

[dependencies.chrono]
default-features = false
features = ["now"]
version = "0.4"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.directories]
version = "5.0.1"

[dependencies.hcl-rs]
version = "0.15.0"

[dependencies.lazy_static]
version = "1.5"

[dependencies.regex]
version = "1.10.5"

[dependencies.rhai]
features = ["serde", "internals"]
version = "1.19.0"

[dependencies.rhai-fs]
version = "0.1.2"

[dependencies.rhai-url]
version = "0.0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.smartstring]
version = "1.0.1"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
features = ["json"]
version = "~2"

[lib]
name = "andax"
path = "lib.rs"

[lints.clippy]
arithmetic_side_effects = "warn"
assertions_on_result_states = "warn"
clone_on_ref_ptr = "warn"
create_dir = "warn"
disallowed-macros = "deny"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
excessive-nesting = "warn"
field_scoped_visibility_modifiers = "deny"
format_push_string = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
indexing_slicing = "warn"
infinite_loop = "deny"
let_underscore_must_use = "deny"
let_underscore_untyped = "warn"
multiple_inherent_impl = "warn"
needless_raw_strings = "warn"
rc_buffer = "warn"
rc_mutex = "deny"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
rest_pat_in_fully_bound_structs = "warn"
semicolon_outside_block = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
todo = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "deny"
unimplemented = "warn"
unneeded_field_pattern = "warn"
unwrap_in_result = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Andaman scripting runtime"
edition = "2021"
license = "MIT"
name = "andax"
readme = false
repository = "https://github.com/FyraLabs/anda"
version = "0.3.2"