# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cyfs-raptorq" version = "1.6.1" authors = ["Christopher Berner "] description = "RaptorQ (RFC6330)" homepage = "https://github.com/cberner/cyfs_raptorq" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cberner/cyfs_raptorq" resolver = "2" [package.metadata.maturin] requires-python = ">= 3.5" classifier = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Rust", ] [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "codec_benchmark" harness = false [[bench]] name = "matrix_sparsity" harness = false [[bench]] name = "encode_benchmark" harness = false [[bench]] name = "decode_benchmark" harness = false [dependencies.pyo3] version = "0.12" features = ["extension-module"] optional = true [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0.102" features = [ "std", "derive", ] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.primal] version = "0.3" [dev-dependencies.rand] version = "0.7" [dev-dependencies.threadpool] version = "1.7" [features] benchmarking = [] python = ["pyo3"] serde_support = ["serde"]