# 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 = "mashi-core" version = "0.1.0" authors = ["Roy Jacobs "] description = "A 100% Rust no-std implementation of an arithmetic coding, context mixing compressor based on PAQ" homepage = "https://github.com/datatrash/mashi" readme = "../README.md" keywords = ["paq", "compression", "no-std", "demoscene"] license-file = "LICENSE" repository = "https://github.com/datatrash/mashi" [dependencies] [features] default = ["encoder", "std"] encoder = [] std = []