Bug 1885602 - Part 2: Add a MozillaAccountMenuButton composable for the menu redesign...
[gecko.git] / third_party / rust / dogear / Cargo.toml
blob786ff4b1e32cca1a42bbf519ed2dfa986fd20acb
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "dogear"
15 version = "0.5.0"
16 authors = ["Lina Cambridge <lina@mozilla.com>"]
17 exclude = [
18     "/.travis/**",
19     ".travis.yml",
20     "/docs/**",
21     "book.toml",
23 description = "A library for merging bookmark trees."
24 readme = "README.md"
25 license = "Apache-2.0"
26 repository = "https://github.com/mozilla/dogear"
28 [dependencies.log]
29 version = "0.4"
31 [dependencies.smallbitvec]
32 version = "2.3.0"
34 [dev-dependencies.env_logger]
35 version = "0.5.6"