# 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 = "ilyvion-util" version = "0.10.0" authors = ["Alexander Krivács Schrøder "] description = "Collection of utility functions and types for use in my personal projects." readme = "README.md" license = "Apache-2.0 OR MIT" [package.metadata.docs.rs] all-features = true [dependencies.borrowned] version = "0.1" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.dotenvy] version = "0.15" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.once_cell] version = "1.8" optional = true [dependencies.paste] version = "1.0" [dependencies.shrinkwraprs] version = "0.3" [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.float_eq] version = "1.0" [features] better-docs = [] environment = [ "dotenvy", "once_cell", "thiserror", ] nightly = [] permutation = ["num-traits"]