# 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 = "stary" version = "0.2.1" authors = ["Leon Davis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of modules that aim to feel like extensions of core, alloc, and std." readme = "README.md" keywords = [ "core", "alloc", "std", "extension", "supplement", ] categories = [ "no-std", "no-std::no-alloc", ] license = "0BSD" repository = "https://codeberg.org/leonski/stary" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "stary" path = "src/lib.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde_test] version = "1" [features] alloc = [] ascii = [] default = [] serde = ["dep:serde"] step-trait = []