# 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 = "2018" name = "seshat-unicode" version = "0.3.1" authors = ["Aspen Schneider "] exclude = ["/tools"] description = "A Unicode Library for Rust. Unicode 16.0.0 ready. XID_Start and XID_Continue are also available." readme = "README.md" keywords = ["unicode"] license = "MIT" repository = "https://github.com/aspschn/seshat-unicode" [lib] name = "seshat" [dependencies.num] version = "0.3.0" [dev-dependencies.xml-rs] version = "0.8"