elicit 0.7.6

SmartPointer-like structure for polymorphism.
Documentation
# -*- mode:toml; coding:utf-8-unix; -*-
# =============================================================================
[package]
name                    = "elicit"
version                 = "0.7.6"
authors                 = ["hanepjiv <hanepjiv@gmail.com>"]
license                 = "MIT/Apache-2.0"
keywords                = ["utility"]
description             = "SmartPointer-like structure for polymorphism."
readme                  = "README.md"
documentation           = "https://docs.rs/elicit/"
repository              = "https://github.com/hanepjiv/elicit-rs.git"
include                 = [ "Cargo.toml",
                            "build.rs",
                            "src/**/*.rs",
                            "crates-io.md",
                            "README.md",
                            "LICENSE-APACHE-2.0",
                            "LICENSE-MIT"
                            ]
publish                 = true
# =============================================================================
[dependencies]