anki/rspy/Cargo.toml

29 lines
558 B
TOML
Raw Normal View History

2019-12-23 05:42:14 +01:00
[package]
name = "ankirspy"
2020-10-02 02:22:21 +02:00
version = "2.1.36" # automatically updated
2019-12-23 05:42:14 +01:00
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
license = "AGPL-3.0-or-later"
description = "Anki's Rust library code Python bindings"
readme = "README.md"
2019-12-23 05:42:14 +01:00
[dependencies]
anki = { path = "../rslib" }
2019-12-23 05:42:14 +01:00
[dependencies.pyo3]
version = "0.11.0"
2019-12-23 05:42:14 +01:00
features = ["extension-module"]
[lib]
name = "ankirspy"
2019-12-23 05:42:14 +01:00
crate-type = ["cdylib"]
[profile.dev]
opt-level = 2
debug = 0
codegen-units = 256
[profile.dev.package."*"]
opt-level = 3
codegen-units = 16