# 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 = "eson" version = "0.1.0" authors = ["Michael Mior <mmior@uwaterloo.ca>"] build = "build.rs" description = "A normalization tool for denormalized databases" homepage = "https://github.com/michaelmior/eson" readme = "./README.md" keywords = ["database", "normalization", "NoSQL"] categories = ["command-line-utilities", "database"] license = "GPL-3.0" repository = "https://github.com/michaelmior/eson" [dependencies.log] version = "0.3" [dependencies.ordermap] version = "0.2.11" [dependencies.permutation] version = "0.2.5" [dependencies.string-intern] version = "0.1.7" default-features = false [dependencies.float-ord] version = "0.1.2" [dependencies.group-by] version = "1.0.0" [dependencies.defaultmap] version = "0.3.0" [dependencies.argparse] version = "0.2.1" [dependencies.simple-logging] version = "1.0.1" [dependencies.itertools] version = "0.6.1" [dev-dependencies.collect-mac] version = "0.1.0" [build-dependencies.peg] version = "0.5.4" [badges.travis-ci] repository = "michaelmior/eson" branch = "master" [badges.maintenance] status = "experimental" [badges.appveyor] service = "github" branch = "master" repository = "michaelmior/eson"