# 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 = "flexible-io" version = "0.4.0" authors = ["Andreas Molzer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wraps values such that dyn-safe IO traits need not appear as static bounds" readme = "Readme.md" categories = [] license = "EUPL-1.2" repository = "https://github.com/HeroicKatora/not-io" [lib] name = "flexible_io" path = "src/lib.rs" [[test]] name = "motivation" path = "tests/motivation.rs" [[test]] name = "boxed" path = "tests/boxed.rs" [[test]] name = "aliasing" path = "tests/aliasing.rs" [dependencies] [features] unstable_set_ptr_value = [] unstable_with_metadata_of = ["unstable_set_ptr_value"]