[package] name = "xsl" version = "0.1.1" edition = "2021" license = "MIT" description = "A simple library" repository = "https://github.com/kumudiaorong/xsl-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "xsl" path = "src/bin/xsl.rs" [features] std = [] allocator-api2 = ["dep:allocator-api2"] #fuzzy_finder default = ["allocator-api2"] [dependencies] allocator-api2 = { version = "0.2.16", optional = true } [dev-dependencies] libc-print = "0.1.22" allocator-api2 = "0.2.16" rand = "0.8.5"