ad-ess 0.1.0

Distribution matching for arbitrary distributions with low rate-loss.
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ad-ess"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distribution matching for arbitrary distributions with low rate-loss."
readme = "README.md"
keywords = [
    "shaping",
    "probabilistic",
    "ess",
    "oess",
    "communications",
]
categories = [
    "science",
    "simulation",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/kit-cel/ad-ess"

[lib]
name = "ad_ess"
path = "src/lib.rs"

[[bin]]
name = "ad-ess"
path = "src/main.rs"

[dependencies.rug]
version = "1.18.0"