# 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 = "2018" name = "partial-borrow" version = "1.0.1" description = "Partially borrow a struct" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://salsa.debian.org/iwj/rust-partial-borrow" [[bin]] name = "argument-input" path = "argument/input.rs" [[bin]] name = "skeletons" path = "skeletons/skeletons.rs" [dependencies.memoffset] version = "0.6" [dependencies.partial-borrow-macros] version = "1.0.1" [dev-dependencies.easy-ext] version = "1" [dev-dependencies.trybuild] version = "1"