##// END OF EJS Templates
rust-pyo3: MissingAncestors
rust-pyo3: MissingAncestors

File last commit:

r53309:6e8ba528 default
r53432:507fec66 default
Show More
Cargo.toml
22 lines | 491 B | application/toml | TOMLLexer
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 [package]
name = "hg-pyo3"
version = "0.1.0"
edition = "2021"
[lib]
name='rusthgpyo3'
crate-type = ["cdylib"]
[dependencies]
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 pyo3 = { version = "0.23.1", features = ["extension-module"] }
Georges Racinet
rust-pyo3: retrieving the InnerRevlog of hg-cpython...
r53308 cpython = { version = "0.7.2", features = ["extension-module"] }
hg-cpython = { path = "../hg-cpython" }
python3-sys = { version = "0.7.2" }
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 hg-core = { path = "../hg-core"}
stable_deref_trait = "1.2.0"
log = "0.4.17"
Georges Racinet
rust-pyo3: retrieving the InnerRevlog of hg-cpython...
r53308 derive_more = "0.99.17"
Georges Racinet
rust-pyo3: conversion helpers for Revision objects...
r53306 env_logger = "0.9.3"
Georges Racinet
rust-pyo3: retrieving the InnerRevlog of hg-cpython...
r53308 lazy_static = "*"
Georges Racinet
rust-pyo3: conversions to GraphError Python exception...
r53309 vcsgraph = "0.2.0"
Georges Racinet
rust-pyo3: retrieving the InnerRevlog of hg-cpython...
r53308