# 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.61" name = "cell-family" version = "0.1.0" authors = ["Grégoire Geis "] description = "Cheap cells accessed through unique owners" readme = "README.md" license = "ISC" repository = "https://github.com/71/cell-family" [dependencies.rustversion] version = "1.0" [dev-dependencies.trybuild] version = "1.0" [build-dependencies.rustversion] version = "1.0" [features] default = ["std"] nightly = [] std = []