# 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 = "2018" name = "railsgun" version = "3.0.1" authors = ["Anders Blenstrup-Pedersen "] description = "Excessive tooling for Result handling - If you want rails you got RAILS!" readme = "README.md" keywords = [ "async", "railway", "rails", "result-ext", ] categories = [""] license = "MIT" repository = "https://github.com/nebula-technologies/Railgun" [dependencies.tokio] version = "1.12.0" features = [ "rt-multi-thread", "rt", "macros", ] [features] default = [ "rail-merge", "rail-tap", "railsgun-deprecated", "future-result", "option-extended", "map-iter", ] future-result = [] map-iter = [] option-extended = [] rail-merge = [] rail-tap = [] railsgun-deprecated = []