# 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 = "vanessa" version = "0.1.2" authors = ["MadelynWith5Ns "] description = "Dependency-free, synchronous, threading and utility library for Rust." homepage = "https://github.com/madelynwith5ns/vanessa" readme = "README.md" license = "Unlicense" repository = "https://github.com/madelynwith5ns/vanessa" [lib] crate-type = [ "dylib", "lib", ] [dependencies] [features] compact-terminal-log = [] default = [ "workers", "file-log", ] file-log = [] multilog = ["file-log"] workers = []