# 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 = "rs-std-ext" version = "0.3.0" authors = ["Embers-of-the-Fire "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extension for the standard library." homepage = "https://github.com/Embers-of-the-Fire/rust-std-ext" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Embers-of-the-Fire/rust-std-ext.git" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [lib] name = "rs_std_ext" path = "src/lib.rs" [[test]] name = "test_duration" path = "tests/test_duration.rs" [[test]] name = "test_tuple" path = "tests/test_tuple.rs" [[test]] name = "test_vec" path = "tests/test_vec.rs" [dependencies.num] version = "0.4.2" optional = true [dependencies.paste] version = "1.0.14" [features] crate-num = ["num"] default = ["crate-num"] long-tuple-impl = []