--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ im-rc-15.1.0/Cargo.toml 2024-09-14T12:15:58.467147+00:00 @@ -19,7 +19,6 @@ description = "Immutable collection datatypes (the fast but not thread safe version)" homepage = "http://immutable.rs/" documentation = "http://immutable.rs/" -readme = "../../README.md" keywords = [ "immutable", "persistent", @@ -62,10 +61,6 @@ version = "1" optional = true -[dependencies.refpool] -version = "0.4" -optional = true - [dependencies.serde] version = "1" optional = true @@ -106,10 +101,6 @@ [features] debug = [] -pool = [ - "refpool", - "sized-chunks/refpool", -] [badges.travis-ci] repository = "bodil/im-rs"