# 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 = "mm_example_crate" version = "0.1.4" description = "part of macro_magic" license = "MIT" repository = "https://github.com/sam0x17/macro_magic" [dependencies.macro_magic] version = "0.1.4" [features] default = [] indirect = ["macro_magic/indirect"] indirect-read = ["macro_magic/indirect-read"] indirect-write = ["macro_magic/indirect-write"]