# 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 = "refcon" version = "0.2.0" authors = ["Franklin Delehelle"] description = "A reference-behaving type indifferently wrapping reference or immediate values" readme = "README.md" keywords = [ "references", "container", "pointer", ] license = "CECILL-C" repository = "https://github.com/delehef/refcon" [package.metadata.release] allow-branch = ["master"] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] publish = true tag-prefix = "" [dependencies] [dev-dependencies.microbench] version = "0.5" [dev-dependencies.rand] version = "0.8.5"