1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// License: see LICENSE file at root directory of `master` branch

//! # `0.9.1` _(August 16th, 2019)_
//!
//! ## Changes
//!
//! - Used `dyn` for trait objects.
//! - Updated dependencies.
//!
//! <!-- 6c7646a9-b83c08ea-293526a9-07b9e036-771f8426-e7b616d7-b4c80325-7c945520-63b0d381-cc74fde9-9b3a28d4-6fa6c0d9-7473c4c2-ff18119d-3a308dd1-9452dfff -->
//!
//! ## Dependencies
//!
//! | Name | Version | Notes
//! | ---- | ------- | -----
//! | [`binn-ir`][crate:binn-ir] | `^0.13` | **Required**
//! | [`blackhole`][crate:blackhole] | `^0.17` | _Optional_
//! | [`dia-args`][crate:dia-args] | `^0.51` | _Optional_
//! | [`dia-assert`][crate:dia-assert] | `^3` | _Optional_
//! | [`dia-range`][crate:dia-range] | `^0.9` | _Optional_
//! | [`libc`][crate:libc] | `^0.2` | _Optional_
//! | [`native-tls`][crate:native-tls] | `^0.2` | _Optional_
//! | [`rusqlite`][crate:rusqlite] | `^0.20` | _Optional_
//! | [`termion`][crate:termion] | `^1` | _Optional_
//! | [`tiny-keccak`][crate:tiny-keccak] | `^1` | **Required**
//! | [`xz2`][crate:xz2] | `^0.1` | _Optional_
//! | [`zeros`][crate:zeros] | `^5.2` | _Optional_
//!
//! ## Development dependencies
//!
//! No dependencies.
//!
//! ## Build dependencies
//!
//! No dependencies.
//!
//! [crate:binn-ir]: https://bitbucket.org/haibison/binn-ir
//! [crate:blackhole]: https://bitbucket.org/haibison/blackhole-rs
//! [crate:dia-args]: https://bitbucket.org/haibison/dia-args
//! [crate:dia-assert]: https://bitbucket.org/haibison/dia-assert
//! [crate:dia-range]: https://bitbucket.org/haibison/dia-range
//! [crate:libc]: https://crates.io/crates/libc
//! [crate:native-tls]: https://crates.io/crates/native-tls
//! [crate:rusqlite]: https://crates.io/crates/rusqlite
//! [crate:termion]: https://crates.io/crates/termion
//! [crate:tiny-keccak]: https://crates.io/crates/tiny-keccak
//! [crate:xz2]: https://crates.io/crates/xz2
//! [crate:zeros]: https://bitbucket.org/haibison/zeros