# 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] name = "dynalock" version = "0.1.0" authors = ["Amr Ali "] description = "A lease based distributed locking algorithm with support for DynamoDB" homepage = "https://github.com/chorusone/dynalock" readme = "README.md" keywords = ["distributed", "locking", "dynamodb", "lease", "advisory"] categories = ["algorithms", "data-structures", "asynchronous"] license = "Apache-2.0" repository = "https://github.com/chorusone/dynalock/tree/master" [profile.release] opt-level = 3 lto = false codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [dependencies.log] version = "^0.4" [dependencies.maplit] version = "^1.0" [dependencies.rusoto_core] version = "^0.32" optional = true [dependencies.rusoto_dynamodb] version = "^0.32" optional = true [dependencies.uuid] version = "^0.6" features = ["v4"] optional = true [dev-dependencies.rusoto_mock] version = "^0.26" [features] default = ["dynamodb"] dynamodb = ["rusoto_core", "rusoto_dynamodb", "uuid"] [badges.travis-ci] branch = "master" repository = "ChorusOne/dynalock"