# 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.75" name = "foundations_ext" version = "0.0.4" authors = ["EweStudios Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Foundation extensions published from the ewe_platform but usable by all" readme = "README.md" keywords = [ "ewe_platform", "ewestudios-platform", "ewestudios_platform", ] license = "Apache-2.0" repository = "https://github.com/ewe-studios/ewe_platform" [lib] name = "foundations_ext" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.derive_more] version = "1.0.0" features = [ "from", "debug", "error", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yml] version = "0.0.12" [dependencies.tokio] version = "1.36" features = [ "sync", "time", ] [dependencies.toml] version = "0.8.19" [dependencies.toml_datetime] version = "0.6.8" [lints.clippy] blocks_in_conditions = "allow" items-after-statements = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" no-effect-underscore-binding = "allow" pedantic = "warn"