[package] name = "japanese-ruby-filter" version = "0.1.0" authors = ["Shotaro Tsuji "] edition = "2018" repository = "https://github.com/ShotaroTsuji/japanese-ruby-filter" license = "Apache-2.0/MIT" categories = ["text-processing"] keywords = ["japanese-ruby"] description = "Japanese ruby notation parser" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] all-features = true [features] # Cargo says the following message: # Features and dependencies cannot have the same name: `pulldown-cmark`. pulldown-cmark-filter = ["pulldown-cmark"] [dependencies] thiserror = "1.0.23" pulldown-cmark = { version = "0.8.0", optional = true }