# 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 = "libsugar" version = "2.4.1" authors = ["libsugar", "2A5F "] description = "libsugar provides syntactic sugar in the form of a library" readme = "README.md" keywords = ["utils", "into", "let_chain", "tuple", "macro"] categories = ["rust-patterns", "no-std"] license = "MIT" repository = "https://github.com/libsugar/sugar.rs" [dependencies.tuples] version = "1.4" optional = true [build-dependencies] [features] chain_drop = [] chain_panic = [] chain_todo = [] combin = [] default = ["std", "combin", "named-into", "macro-lit", "side-effect", "re-exports", "chain_panic", "chain_todo", "tuples", "once_get", "chain_drop"] macro-lit = [] named-into = [] once_get = [] re-exports = [] side-effect = [] std = []