# 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" rust-version = "1.68.0" name = "own-ref" version = "0.1.0-alpha" description = "&own references with ergonomic macro construction" license-file = "Cargo.toml" [lib] path = "src/_lib.rs" [dependencies.extension-traits] version = "1.0.1" [dependencies.paste] version = "1.0.15" [dev-dependencies.macro_rules_attribute] version = "0.1.3" [dev-dependencies.scopeguard] version = "1.1.0" [features] default = ["offset_of"] offset_of = []