# 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 = "bocu1" version = "0.1.0" authors = ["Graydon Hoare "] description = "BOCU-1 compressed unicode encoding" readme = "README.md" keywords = [ "unicode", "encoding", "compression", "text", ] license = "MIT" repository = "https://github.com/graydon/bocu1" resolver = "1" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_off", ] [dependencies.num-integer] version = "0.1.39" [dependencies.static_assertions] version = "0.3.1" [dependencies.try_from] version = "0.3.2" [dev-dependencies.env_logger] version = "0.6.0" default-features = false [dev-dependencies.quickcheck] version = "0.6"