# 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] name = "tuple" version = "0.5.2" authors = ["Sebastian Köln "] description = "Element-wise operations on tuples" homepage = "https://github.com/s3bk/tuple.git" documentation = "https://docs.rs/tuple" readme = "README.md" keywords = [ "tuple", "science", ] license = "MIT" repository = "https://github.com/s3bk/tuple.git" [dependencies.num-traits] version = "0.2" optional = true [dependencies.serde] version = "1.0" optional = true [features] default = [ "impl_num", "impl_serde", "std", ] impl_num = ["num-traits"] impl_serde = ["serde"] impl_simd = ["nightly"] nightly = [] std = []