# 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 = "anyinput" version = "0.1.8" authors = ["Carl Kadie"] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "A macro for easier writing of functions that accept any string-, path-, iterator-, array-, or ndarray-like input" homepage = "https://github.com/CarlKCarlK/anyinput" documentation = "https://docs.rs/anyinput/latest/anyinput/" readme = "README.md" keywords = [ "macros", "function", "generics", "ndarray", "iterator", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CarlKCarlK/anyinput" [lib] name = "anyinput" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyinput-derive] version = "0.1.8" [dev-dependencies.anyhow] version = "1.0.92" [dev-dependencies.ndarray] version = "0.16.1" [dev-dependencies.trybuild] version = "1.0.101" [features] ndarray = ["anyinput-derive/ndarray"]