# 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 = "querio" version = "0.0.1" authors = ["Dekirisu "] description = "Struct based string builder" license = "MIT OR Apache-2.0" repository = "https://github.com/dekirisu/querio/" resolver = "2" [[example]] name = "usage" required-features = [] [dependencies.intuple] version = "0.1.0" [dependencies.querio_derive] version = "0.0.1" [dependencies.strung] version = "0.1.3" [features] default = ["variables"] flatten = ["querio_derive/flatten"] native_input = ["querio_derive/native_input"] native_io = [ "native_input", "native_output", ] native_output = ["querio_derive/native_output"] variables = ["querio_derive/variables"]