[package] name = "eson-tokenizer" edition = "2021" version = "0.0.1" description = "The eson's tokenizer implementation" repository = "https://github.com/esonlang/tokenizer" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1" nom_locate = "4.2" ordered-float = "4.2" memchr = "2.7" [dev-dependencies] rand = "0.8"