# 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 = "own_or_borrow" version = "0.1.0" authors = ["Markus Mayer "] description = "Unified references to owned or RefCell borrowed data" homepage = "https://github.com/sunsided/own-or-borrow" readme = "README.md" keywords = [ "refcell", "embedded", ] categories = [ "no-std", "no-std::no-alloc", "embedded", ] license = "EUPL-1.2" repository = "https://github.com/sunsided/own-or-borrow" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.defmt] version = "0.3.8" optional = true [features] default = ["std"] defmt = ["dep:defmt"] std = []