# 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 = "surfman-chains" version = "0.8.0" authors = ["Alan Jeffrey "] description = "An implementation of double-buffered swap chains for surfman." license = "MPL-2.0" repository = "https://github.com/servo/surfman-chains" [lib] path = "lib.rs" [dependencies.euclid] version = "0.22" [dependencies.fnv] version = "1.0" [dependencies.log] version = "0.4" [dependencies.sparkle] version = "0.1" [dependencies.surfman] version = "0.7" [dependencies.surfman-chains-api] version = "0.2"