# 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 = "rtools" version = "0.8.0" authors = ["Vladas Zakrevksis <146100@gmail.com>"] description = "Set of tools for my needs" homepage = "https://github.com/VladasZ/rtools" license = "MIT OR Apache-2.0" repository = "https://github.com/VladasZ/rtools" [dependencies.anyhow] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "5.0" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.mutants] version = "0.0.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.typed-builder] version = "0.18.0" [build-dependencies.cfg_aliases] version = "0.2.0" [target."cfg(target_os=\"android\")".dependencies.android-ndk-sys] version = "0.2" [target."cfg(target_os=\"android\")".dependencies.android_logger] version = "0.13"