# 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 = "any-box" version = "0.0.1" authors = ["Alaksandr Suša "] publish = true description = "The crate contains an implementation of a container type `AnyBox` which works similar to C++'s (std::any)" homepage = "https://gitlab.com/isushik94/any-box" readme = "README.md" keywords = ["any", "any-box", "any_box"] license = "Apache-2.0" repository = "https://gitlab.com/isushik94/any-box" resolver = "2" [dev-dependencies.serial_test] version = "0.6"