1
- [tool . poetry ]
1
+ [project ]
2
2
name = " cry"
3
- version = " 0.2.3 "
3
+ version = " 0.2.5 "
4
4
description = " Cry: SageMath/Python Toolkit for Cryptanalytic Research"
5
- authors = [" hellman" ]
5
+ authors = [
6
+ {name = " Aleksei Udovenko" , email = " aleksei@affine.group" }
7
+ ]
6
8
license = " MIT"
7
9
readme = " README.md"
8
10
keywords = [" cryptanalysis" , " cryptography" , " S-Boxes" ]
9
11
classifiers = [
10
- ' Intended Audience :: Science/Research' ,
11
- ' Topic :: Scientific/Engineering :: Mathematics' ,
12
- ' Topic :: Security :: Cryptography' ,
12
+ " Intended Audience :: Science/Research" ,
13
+ " Topic :: Scientific/Engineering :: Mathematics" ,
14
+ " Topic :: Security :: Cryptography" ,
15
+ " Development Status :: 4 - Beta" ,
16
+ " Programming Language :: Python" ,
17
+ ]
18
+ requires-python = " >=3.9"
19
+ dependencies = [
20
+ " binteger>=0.15.1"
13
21
]
14
22
15
- [tool .poetry .urls ]
16
- homepage = " http://github.com/hellman/cry"
17
-
18
- [tool .poetry .dependencies ]
19
- python = " ^3.5"
20
- binteger = " ^0.8.0"
23
+ [project .urls ]
24
+ repository = " http://github.com/hellman/cry"
21
25
22
- [tool .poetry .dev- dependencies ]
26
+ [tool .poetry .group . dev . dependencies ]
23
27
pytest = " ^6.1.1"
24
28
25
29
[build-system ]
26
- requires = [" poetry-core>=1 .0.0a5 " ]
27
- build-backend = " poetry.core.masonry.api"
30
+ requires = [" poetry-core>=2 .0.0,<3.0.0 " ]
31
+ build-backend = " poetry.core.masonry.api"
0 commit comments