11[package ]
22name = " lindera-py"
3- version = " 0.40.2 "
3+ version = " 0.41.0 "
44edition = " 2021"
55description = " Python binding for Lindera."
66documentation = " https://docs.rs/lindera-py"
@@ -17,21 +17,28 @@ path = "src/lib.rs"
1717crate-type = [" cdylib" ]
1818
1919[features ]
20- default = [] # No directories included
21- ipadic = [" lindera/ipadic" ] # Include IPADIC dictionary (Japanese)
22- ipadic-neologd = [" lindera/ipadic-neologd" ] # Include IPADIC NEologd dictionary (Japanese)
23- unidic = [" lindera/unidic" ] # Include UniDic dictionary (Japanese)
24- ko-dic = [" lindera/ko-dic" ] # Include ko-dic dictionary (Korean)
25- cc-cedict = [" lindera/cc-cedict" ] # Include CC-CEDICT dictionary (Chinese)
26- compress = [" lindera/compress" ] # Compress dictionaries
27- cjk = [" ipadic" , " ko-dic" , " cc-cedict" , " compress" ] # Include CJK dictionary (Chinese, Japanese, Korean)
20+ default = [] # No directories included
21+ ipadic = [" lindera/ipadic" ] # Include IPADIC dictionary (Japanese)
22+ ipadic-neologd = [
23+ " lindera/ipadic-neologd" ,
24+ ] # Include IPADIC NEologd dictionary (Japanese)
25+ unidic = [" lindera/unidic" ] # Include UniDic dictionary (Japanese)
26+ ko-dic = [" lindera/ko-dic" ] # Include ko-dic dictionary (Korean)
27+ cc-cedict = [" lindera/cc-cedict" ] # Include CC-CEDICT dictionary (Chinese)
28+ compress = [" lindera/compress" ] # Compress dictionaries
29+ cjk = [
30+ " ipadic" ,
31+ " ko-dic" ,
32+ " cc-cedict" ,
33+ " compress" ,
34+ ] # Include CJK dictionary (Chinese, Japanese, Korean)
2835
2936[dependencies ]
3037pyo3 = { version = " 0.24.1" , features = [" extension-module" ] }
3138serde = { version = " 1.0.219" , features = [" derive" ] }
3239serde_json = " 1.0.134"
3340
34- lindera = " 0.40.2 "
41+ lindera = " 0.41.0 "
3542
3643[target .'cfg(target_os = "linux")' .dependencies ]
37- openssl = { version = " 0.10.71 " , features = [" vendored" ] }
44+ openssl = { version = " 0.10.72 " , features = [" vendored" ] }
0 commit comments