# 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" name = "rust-utils" version = "0.15.2" authors = ["Noah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Various utility routines used in the rust programs I have written" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/NoahJelen/rust-utils" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] name = "rust_utils" path = "src/lib.rs" doctest = false [dependencies.backtrace] version = "^0" [dependencies.chrono] version = "^0" [dependencies.colored] version = "^2" [dependencies.futures] version = "^0" optional = true [dependencies.lazy_static] version = "^1" [dependencies.ron] version = "^0" [dependencies.rust-utils-macros] version = "^0" [dependencies.serde] version = "^1" [dependencies.tokio] version = "^1" features = ["rt-multi-thread"] optional = true [dependencies.toml] version = "^0" [dev-dependencies.regex] version = "1.9.3" [dev-dependencies.serde] version = "^1" features = ["serde_derive"] [features] futures = [ "dep:tokio", "dep:futures", ] linux = []