# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "batch_oper" version = "2.3.1" authors = ["BatchOperator", "2A5F "] description = "batch_oper provides some batch operation macro for some operations" readme = "README.md" keywords = ["utils", "into", "let_chain", "tuple", "macro"] categories = ["rust-patterns", "no-std"] license = "MIT" repository = "https://github.com/BatchOperator/BatchOperRust" [dependencies.tuples] version = "1.4" optional = true [build-dependencies] [features] chain_panic = [] chain_todo = [] combin = [] default = ["std", "combin", "named-into", "macro-lit", "side-effect", "re-exports", "chain_panic", "chain_todo", "tuples", "once_get"] macro-lit = [] named-into = [] once_get = [] re-exports = [] side-effect = [] std = []