# 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.80.0" name = "konfigkoll_script" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scripting language for Konfigkoll (not for direct public use)" readme = "README.md" keywords = [ "scripting-language", "rune", "konfigkoll", ] categories = ["os::unix-apis"] license = "MPL-2.0" repository = "https://github.com/VorpalBlade/paketkoll" [lib] name = "konfigkoll_script" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.camino] version = "1.1.9" [dependencies.color-eyre] version = "0.6.3" [dependencies.compact_str] version = "0.8.0" features = [ "serde", "smallvec", ] [dependencies.eyre] version = "0.6.12" [dependencies.glob] version = "0.3.1" [dependencies.globset] version = "0.4.15" [dependencies.itertools] version = "0.13.0" [dependencies.konfigkoll_hwinfo] version = "0.1.6" features = ["rune"] [dependencies.konfigkoll_types] version = "0.2.3" [dependencies.konfigkoll_utils] version = "0.1.6" [dependencies.paketkoll_types] version = "0.2.1" [dependencies.parking_lot] version = "0.12.3" [dependencies.regex] version = "1.10.6" [dependencies.rune] version = "0.13.4" [dependencies.rune-modules] version = "0.13.4" features = [ "json", "process", "tokio", "toml", ] [dependencies.rust-ini] version = "0.21.1" [dependencies.sysinfo] version = "0.31.4" features = [ "multithread", "system", ] default-features = false [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "macros", "parking_lot", "process", "rt", ] [dependencies.tracing] version = "0.1.40" [dependencies.winnow] version = "0.6.18" features = ["simd"] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4.1" [lints.clippy] assigning_clones = "warn" cast_lossless = "warn" cloned_instead_of_copied = "warn" derive_partial_eq_without_eq = "warn" doc_markdown = "warn" equatable_if_let = "warn" explicit_iter_loop = "warn" flat_map_option = "warn" format_push_string = "warn" ignored_unit_patterns = "warn" manual_assert = "warn" manual_let_else = "warn" manual_string_new = "warn" needless_pass_by_value = "warn" or_fun_call = "warn" ptr_as_ptr = "warn" redundant_clone = "warn" redundant_closure_for_method_calls = "warn" redundant_else = "warn" semicolon_if_nothing_returned = "warn" type_repetition_in_bounds = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" unnecessary_box_returns = "warn" unnecessary_safety_doc = "warn" unnested_or_patterns = "warn" unwrap_used = "warn" use_self = "warn" wildcard_imports = "warn" [lints.rust] elided_lifetimes_in_paths = "warn" keyword_idents = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" redundant_lifetimes = "warn" rust_2018_idioms = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit_bindings = "warn" unused_qualifications = "warn" variant_size_differences = "warn"